ICP using pcregistericp with forcing Scale matrix to identity
5 次查看(过去 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.
0 个评论
采纳的回答
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
2022-5-20
No. Currently, MATLAB does not support ICP with scaling. Do you have any usecase where this is required?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!