필터 지우기
필터 지우기

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

조회 수: 8 (최근 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 CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by