Robotics StackExchange | Archived questions

interpolate pointcloud

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

Asked by dinamex on 2013-01-07 13:08:30 UTC

Comments

Answers

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 by yangyangcv on 2013-01-08 01:08:06 UTC

Comments