Effacer les filtres
Effacer les filtres

How to register points by using iterative closest point (ICP) between two 3D models?

7 vues (au cours des 30 derniers jours)
Zaitul
Zaitul le 23 Sep 2017
Commenté : Zaitul le 2 Oct 2017
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.

Réponses (1)

Niraj Gadakari
Niraj Gadakari le 27 Sep 2017
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.
  1 commentaire
Zaitul
Zaitul le 2 Oct 2017
Thank you for the suggestion. I got an error after running the code. From what I understand, the object needs to be point cloud object but what I have is stl file. can I still use the same code?

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by