interpolate pointcloud [closed]
Hi all, I would like to register a external higher resolution image to the cloud. Therefore I would need more points. Is there a way to interpolate a point cloud?
Cheers
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Hi all, I would like to register a external higher resolution image to the cloud. Therefore I would need more points. Is there a way to interpolate a point cloud?
Cheers
where is your point cloud data from? if you are using kinect, the point cloud is originally deduced from the depth image. In this case, you could just resize your depth image to higher resolution (with the function such as resize in opencv ) and then deduce the point cloud from the enlarged depth image.
Asked: 2013-01-07 12:08:30 -0500
Seen: 830 times
Last updated: Jan 08 '13