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

interpolate pointcloud [closed]

asked 2013-01-07 12:08:30 -0500

dinamex gravatar image

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

edit retag flag offensive reopen merge delete

Closed for the following reason too subjective or argumentative by tfoote
close date 2013-03-05 10:04:27

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-01-08 00:08:06 -0500

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-07 12:08:30 -0500

Seen: 869 times

Last updated: Jan 08 '13