Skip to content

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

License

Notifications You must be signed in to change notification settings

balamuruganky/depthmap_to_pcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published