首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > ICP算法Matlab源码

ICP算法Matlab源码

  • 资源大小:1.06 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab matlab 算法 源码 iCP

资 源 简 介

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

文 件 列 表

icp.m
VIP VIP
0.242454s