ICP算法Matlab源码我要分享

ICP algorithm matlab source code

matlab 算法 源码 iCP

关注次数: 164

下载次数: 0

文件大小: 1.06 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: This is an implementation of the Iterative Closest Point (ICP) algorithm.  The function takes two data sets and registers data2 with data1.  It is assumed that data1 and data2 are in approximation registration. The code iterates till no more correspondences can be found.  % Arguments: data1 - 3 x n matrix of the x, y and z coordinates of data set 1 %            data2 - 3 x m matrix of the x, y and z coordinates of data set 2


English Description:

This is an implementation of the Iterative Closest Point (ICP) algorithm. 


代码预览