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 | ros @ Robotics Stack Exchange |
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 -0600
Seen: 896 times
Last updated: Jan 08 '13
Function for unpacking RGB point field from point in point cloud?
How to know which points pcl::PassThrough and pcl::StatisticalOutlierRemoval removes?
How to change the Kinect point cloud resolution
How to display the Kinect point cloud using image colours?
template instantiation problems with new point types
Coloring point clouds from images - how to match 3Dpoint/pixel efficiently?