Iterative Closest Point Method, C++

ICP fit points in data to the points in model.
12,5K téléchargements
Mise à jour 24 avr. 2008

Afficher la licence

ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data points and the corresponding closest model points.

Citation pour cette source

Per Bergström (2025). Iterative Closest Point Method, C++ (https://fr.mathworks.com/matlabcentral/fileexchange/16766-iterative-closest-point-method-c), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP1
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et MATLAB Answers
Remerciements

Inspiré par : k-D tree

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

See previous reason.