ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

depth image from point cloud

asked 2014-09-14 17:37:42 -0500

Banu Muthukumar gravatar image

Hi,

I have a point cloud which was obtained from Laser scanning. I need to extract depth images from this point cloud. I want to assume random camera position and set up some camera parameters and get images corresponding to these positions. I found some documentation but this isn't what I need : http://wiki.ros.org/pcl_ros/Tutorials... . There was a discussion which looked similar to mine here : http://www.pcl-users.org/get-a-2d-dep... but the links posted here are not valid. Can anybody help me by telling how I should get started with this and also if this is possible.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2014-09-14 21:01:17 -0500

PCL´s RangeImagePlanar class provides what you request (essentially rendering a pinhole camera model image for unorganized point cloud data from novel viewpoints). Specifically, the createFromPointCloudWithFixedSize is the correct method to use. Once you have converted your cloud to the PCL format, this should work.

edit flag offensive delete link more

Comments

links are down

Petros ADLATUS gravatar image Petros ADLATUS  ( 2022-03-31 01:49:52 -0500 )edit

Question Tools

Stats

Asked: 2014-09-14 17:37:42 -0500

Seen: 1,551 times

Last updated: Sep 14 '14