Iterative Closest Point Method, C++

版本 1.0.0.0 (24.4 KB) 作者: Per Bergström
ICP fit points in data to the points in model.
12.5K 次下载
更新时间 2008/4/24

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
致谢

参考作品: k-D tree

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

See previous reason.