How to register points by using iterative closest point (ICP) between two 3D models?
Show older comments
Hello.
I have two 3D models and I want to register the points between these two models. How can I do that by using iterative closest point (ICP)? Thank you.
Answers (1)
Niraj Gadakari
on 27 Sep 2017
1 vote
Here is the link to the documentation for the function "pcregrigid" that registers two point clouds using ICP algorithm.
You can also refer to the File Exchange Link that discusses a kind of Iterative Closest Point (ICP) registration algorithm for 3D point clouds.
Categories
Find more on Point Cloud Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!