Tool for converting klg
format log file into a sequence of RGB and depth PNG images in local directories.
Tested with Ubuntu 14.04
and OpenCV 2.4.13
.
#!shell
mkdir build
cd build
cmake ../src
make
./klg2png <in:klg_file> <out:rgb_dir> <out:depth_dir> <width> <height>