フィルターのクリア

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

7 ビュー (過去 30 日間)
Zaitul
Zaitul 2017 年 9 月 23 日
コメント済み: Zaitul 2017 年 10 月 2 日
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.

回答 (1 件)

Niraj Gadakari
Niraj Gadakari 2017 年 9 月 27 日
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 件のコメント
Zaitul
Zaitul 2017 年 10 月 2 日
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?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by