carla/Util/ImageConverter
nsubiron 0aec1f1833 Add license 2017-11-02 14:17:52 +01:00
..
.gitignore Include Unreal project and reorganise folders 2017-10-24 19:46:58 +02:00
Makefile Fix some issues with the image converter 2017-09-19 18:59:36 +02:00
README.md Some clean up 2017-10-19 17:00:14 +02:00
depth_pixel_converter.h Add license 2017-11-02 14:17:52 +01:00
image_converter.h Add license 2017-11-02 14:17:52 +01:00
image_converter_types.h Add license 2017-11-02 14:17:52 +01:00
image_io.h Add license 2017-11-02 14:17:52 +01:00
label_pixel_converter.h Add license 2017-11-02 14:17:52 +01:00
main.cpp Add license 2017-11-02 14:17:52 +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 openmp.

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

make
./bin/image_converter -h