Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 285 Bytes

rgbd2pcl

export colored point cloud in PLY format (ASCII) from RGB + depth map images

usage:

python generate_pointcloud rgb_file depth_file ply_file

params:

rgb_file -- filename of color image
depth_file -- filename of depth image
ply_file -- filename of ply file