Iterative Closest Point

An implementation of various ICP (iterative closest point) features.

Descargar
Descargar

Ahora está siguiendo esta publicación

Citar como

Jakob Wilm (2026). Iterative Closest Point (https://la.mathworks.com/matlabcentral/fileexchange/27804-iterative-closest-point), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: Optimal Step Nonrigid ICP

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.14.0

Replaced the link to the thesis.

Descargar
1.13.0

Modified Orthogonal Procrustes to prevent non-plausible rotation matrix (det(R) should be +1).
-- Thank you, Tomasz!

Descargar
1.12.0

Clearing the input parser object due to memory leaks (in older Matlab versions?) -- thanks, Walter!

Descargar
1.11.0

* Added a missing sub function: k_nearest_neighbors
* Fixed a bug in the lsqnorest sub function
* Removed GLTree reference because it is not available any longer
* Updated the examples to be clearer

Descargar
1.10.0

Updated icp.m with a missing sub function.

Descargar
1.9.0

Corrected link to thesis.

Descargar
1.8.0

Combined functions in one file and added a demo script.

Descargar
1.7.0

Corrected a typo in icp.m (as pointed out in the comments, thanks!)

Descargar
1.4.0

Added rms_error and added a screenshot.

Descargar
1.1.0

Added link to thesis.

Descargar
1.0.0

Descargar