Code covered by the BSD License  

Highlights from
Iterative Closest Point Method, C++

image thumbnail
from Iterative Closest Point Method, C++ by Per Bergström
ICP fit points in data to the points in model.

make.m
% Makefile
% run
% >> make
% in MATLAB for compile the c++ files.

mex icpCpp.cpp
mex kdtree.cc

Contact us at files@mathworks.com