필터 지우기
필터 지우기

ICP using pcregistericp with forcing Scale matrix to identity

조회 수: 7 (최근 30일)
Hi,
I want to apply pcregistericp to two point clouds. I know that in theory, ICP works with scaling, rotating and displacement matrices. My question is, how I can force the scale matrix to identity? My objects' size should not change.
PS. I read the pcregistericp m file and it seems it already sets the scale matrix to one. If I am right (?), it is good for my current application. However, why it should be like that when we have scaling in the original icp algorithm?
Thanks.

채택된 답변

Giridharan Kumaravelu
Giridharan Kumaravelu 2022년 5월 20일
The pcregistericp function only estimates a rigid transformation (rotation and translation only, no scale). That means the incoming point clouds are expected to correspond to the same scale. There are variants of ICP like SICP that also estimate scale but pcregistericp function implements the algorithm from the following papers as mentioned in its documentation.
[1] Chen, Y. and G. Medioni. “Object Modelling by Registration of Multiple Range Images.” Image Vision Computing. Butterworth-Heinemann . Vol. 10, Issue 3, April 1992, pp. 145-155.
[2] Besl, Paul J., N. D. McKay. “A Method for Registration of 3-D Shapes.” IEEE Transactions on Pattern Analysis and Machine Intelligence. Los Alamitos, CA: IEEE Computer Society. Vol. 14, Issue 2, 1992, pp. 239-256.
  댓글 수: 4
Giridharan Kumaravelu
Giridharan Kumaravelu 2022년 5월 20일
No. Currently, MATLAB does not support ICP with scaling. Do you have any usecase where this is required?
Mostafa Asheghan
Mostafa Asheghan 2022년 5월 23일
Not really. I am going to have several medical 3d shape registeration afterwards and I was wondering if there is such an option just in case.
Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by