carla/Util/ImageConverter
nsubiron 5d72b4178f Update license 2018-01-22 16:42:10 +01:00
..
.gitignore Fix gitignore 2017-11-22 19:34:30 +01:00
Makefile Update coding standard 2018-01-10 13:29:52 +01:00
README.md Update coding standard 2018-01-10 13:29:52 +01:00
depth_pixel_converter.h Update license 2018-01-22 16:42:10 +01:00
image_converter.h Update license 2018-01-22 16:42:10 +01:00
image_converter_types.h Update license 2018-01-22 16:42:10 +01:00
image_io.h Update license 2018-01-22 16:42:10 +01:00
label_pixel_converter.h Update license 2018-01-22 16:42:10 +01:00
main.cpp Update license 2018-01-22 16:42:10 +01:00

README.md

Image Converter

Converts output images of depth and semantic segmentation to a prettier format.

Requires boost_system, boost_filesystem, boost_program_options, libpng, libtiff, libjpeg and libomp.

Compile with clang++ -std=c++14 -fopenmp, for the default compilation just run make

make
./bin/image_converter -h