balamuruganky / depthmap_to_pcd

Extract Point ClouD (PCD) from Depth Map information from 3D camera (OpenNI and FreeNECT supported)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depthmap to Point Cloud

This project is to interact with 3d camera which is supported by OPENNI library and Kinect which is supported by FREENECT library to extract RGB point cloud (PCD) buffer/file from the depth map. Further computer vision algorithms can be applied in PCD files.

How to compile

  • mkdir build
  • cd build
  • cmake ..
  • make

How to execute

  • cd ../bin (Assumed current directoty is build)
  • ./depthmap_to_pcd

About

Extract Point ClouD (PCD) from Depth Map information from 3D camera (OpenNI and FreeNECT supported)

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:CMake 2.3%