Iterative Closest Point Method, C++
by Per Bergström
09 Oct 2007
(Updated 24 Apr 2008)
ICP fit points in data to the points in model.
|
Watch this File
|
| File Information |
| Description |
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. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
k-D tree
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 18 Feb 2008 |
You Ser
|
|
|
| 10 Apr 2008 |
Marcos Millos
|
|
|
| 02 Feb 2012 |
Nicholas
|
|
|
| 09 Feb 2012 |
jiajia lei
|
|
|
| Updates |
| 21 Apr 2008 |
Yohai Devir C++ compiler complained about the source code. Yohai changed the code so it works. |
| 24 Apr 2008 |
See previous reason. |
|
Contact us at files@mathworks.com