Thanks to visit codestin.com
Credit goes to github.com

Skip to content

n1ckfg/oni-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

oni-tool

This simple tool extracts rgb, rgb-d, depth and point clouds from oni file, generated from PrimeSense sensor, such as Asus Xtion and Microsoft Kinect. It will be updated soon with new features.

Dependencies

  • OpenCV
  • Openni
  • PCL 1.7
  • CMake

Building

The tool has been tested on Linux (Ubuntu 16.04)

mkdir build
cd build
cmake ..
make

Usage

./oni_converter [onifile_path]

About

Convert oni files in rgb, rgb-d, depth and point clouds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.5%
  • CMake 8.5%