I have 8 ply files for a single object but each of different views. I need to integrate all those scenes and form 360 degree mesh. Is there a technique in pcl to intergrate all those scenes. Can icp be used in integrating scenes. If so it will be useful if anyone provide sample code that integrate it.
I need to integrate different views of a single scene.I tried icp but i was not able to integrate it. I am not sure how source and target is fixed and how it will be aligned. Can icp used for integrating scenes?
What you want to do is called registration. The PCL tutorials may be a good starting point for you: https://pcl.readthedocs.io/projects/tutorials/en/master/#registration Yes, ICP is one possible method for this. Whether it will succeed depends on the parameters you choose, the object itself, and how good the starting guess is you give to ICP.