5d72b4178f | ||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
README.md | ||
depth_pixel_converter.h | ||
image_converter.h | ||
image_converter_types.h | ||
image_io.h | ||
label_pixel_converter.h | ||
main.cpp |
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