icp

所属分类:matlab编程
开发工具:matlab
文件大小:12KB
下载次数:169
上传日期:2015-11-08 10:43:30
上 传 者蓝色冰魂
说明:  Matlab经典的ICP点云配准算法,内部包含三个例子,亲测可用。
(Matlab classic ICP point cloud registration algorithm. There are three examples in the Zip file. I have texted that it can be used successfully.)

文件列表:
example3.m (2654, 2015-06-16)
icp.m (8330, 2015-06-16)
icpOLD.m (30309, 2015-06-16)
example.m (789, 2015-06-16)
example2.m (1872, 2015-06-16)
license.txt (1314, 2015-06-16)

The ICP algorithm This is a short documatation about the ICP (iterative closest point) algorithm implemented in "icp.m". Examples of its simplest usage are found in "example.m" and "example2.m" where least squares point-to-point minimization are used, see [Besl & McKay 1992]. In addition to least squares minimization other criterion functions are implemented as well. These are: 1) Huber criterion function (robust) 2) Tukey's bi-weight criterion function (robust) 3) Cauchy criterion function (robust) 4) Welsch criterion function (robust) An example where Welsch criterion function is used is found in "example3.m". More information about the robust IRLS-ICP algorithm is given in [Bergstrm & Edlund 2014]. See also the documentation about "icp.m" by running "help icp" in Matlab. Reference: [Bergstrm & Edlund 2014] Bergstrm, P. and Edlund, O. 2014, 'Robust registration of point sets using iteratively reweighted least squares' Computational Optimization and Applications, vol 58, no. 3, pp. 543-561., 10.1007/s10589-014-9***3-2 __________________________________________________________________________________________________________________________________ YouTube: Real time 3D shape analysis by comparing point cloud with CAD-model An example where an ICP-algorithm is used can be seen on YouTube, https://youtu.be/lm7_mwpOk0E A demonstration of shape matching, shape comparison, and shape identification is presented. The IGES-toolbox is used to read the CAD-models into Matlab, http://www.mathworks.com/matlabcentral/fileexchange/13253-iges-toolbox

近期下载者

相关文件


收藏者