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

paint pointcloud from multiple cameras

asked 2021-06-08 04:16:57 -0500

Ifx13 gravatar image

Hello people,

Thanks for taking the time to take a look at my post, I wonder if there is any package or any way in general to paint a point cloud from multiple images. Thank you in advance for any idea or suggestion.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-08 11:41:38 -0500

Ranjit Kathiriya gravatar image

updated 2021-06-08 11:44:56 -0500

Hello @Ifx13,

I hope this answer can help you to achieve your solution.

See the function:

tm.textureMeshwithMultipleCameras(mesh, my_cams);

It has as inputs the mesh and the camera positions and directions. For an explanation of the functions see:

https://github.com/PointCloudLibrary/...

and

https://github.com/PointCloudLibrary/...

The occlusion functions use Octree.

One of the examples using this method

https://github.com/PointCloudLibrary/... standalone texture mapping code

https://github.com/otherlab/pcl/blob/... CPP example - wrapper of this method

https://github.com/iory/texture-mapping

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-06-08 04:16:57 -0500

Seen: 101 times

Last updated: Jun 08 '21