2017-09-20 00:46:29 +08:00
|
|
|
Image Converter
|
|
|
|
===============
|
|
|
|
|
|
|
|
Converts output images of depth and semantic segmentation to a prettier format.
|
|
|
|
|
2017-10-19 23:00:14 +08:00
|
|
|
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
|
|
|
|
|
2017-09-20 00:46:29 +08:00
|
|
|
make
|
2017-09-20 00:59:36 +08:00
|
|
|
./bin/image_converter -h
|