Iterative Closest Point Method, C++

ICP fit points in data to the points in model.
12,5K Downloads
Aktualisiert 24 Apr 2008

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R14SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: k-D tree

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

See previous reason.