ICP (Iterative Closest Point) code

Hello! I am looking for a code that allows me to do a rigid overlay of two 3D objects (I have the two .txt files with 'r' rows and 3 columns).
I would like to use ICP (Iterative Closest Point) but I haven't found anything.
Can anyone give me some references? A ready-made code would be ideal.

 Respuesta aceptada

Bruno Luong
Bruno Luong el 3 de Dic. de 2022

0 votos

There are several codes in File exchange

2 comentarios

Thank you for your reply.
May I ask how can I visualize these figures?
I tried putting this inside the "simpleicp" function (inside the for loop and after calculating iterations) but it didn't work. Would you be able to help me?
figure
plot3(XFix(:,1,i),XFix(:,2,i),XFix(:,3,i),'r.');
hold on
plot3(XMov(:,1,i),XMov(:,2,i),XMov(:,3,i),'b.');
hold off
Bruno Luong
Bruno Luong el 8 de Dic. de 2022
Please direct your question to the author of this file rather than me.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Preguntada:

el 3 de Dic. de 2022

Comentada:

el 8 de Dic. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by