Skip to content

A tool for converting klg log file into a sequence of RGB and depth PNG images.

Notifications You must be signed in to change notification settings

wonhkim/klg2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

README

Tool for converting klg format log file into a sequence of RGB and depth PNG images in local directories.

Hardware setup

Tested with Ubuntu 14.04 and OpenCV 2.4.13.

Compilation

#!shell

mkdir build
cd build
cmake ../src
make

Usage

./klg2png <in:klg_file> <out:rgb_dir> <out:depth_dir> <width> <height>

Reference

About

A tool for converting klg log file into a sequence of RGB and depth PNG images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published