-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1
-
growcut
growcut image segmentation gui
- 2009-05-01 22:53:22下载
- 积分:1
-
matlab100
matlab实例编程一百个源程序,包含了各个方面的实例编程,程序都经检验可以顺利运行,希望可以为初学matlab者提供帮助。(matlab examples of programming source 100, includes examples of all aspects of programming, procedures have been tested to run smoothly, I hope can provide to help novice matlab.)
- 2008-04-22 13:47:23下载
- 积分:1
-
inverment
增量PID算法的MATLAB仿真,如果在单片机中使用需要编译和修改,属于简单的仿真程序(Incremental PID algorithm MATLAB simulation, if the use of single-chip microcomputer to compile and modify the need for belonging to a simple simulation program)
- 2009-05-31 10:16:14下载
- 积分:1
-
BPSK
很好很强大,是关于双极性基带数据信号对载波进行角度调制产生BPSK信号的,有用的就下取用(strong,just for student who need it.)
- 2010-05-23 00:53:43下载
- 积分:1
-
ami
平均互信息函数法:平均互信息函数法的基本思想是:选取互信息函数第一次达到局部极小值时的时间作为最佳延迟时间。(AMI Average mutual information function)
- 2021-01-05 15:38:54下载
- 积分:1
-
plot_rose
用matlab画的粉色玫瑰花,很逼真,有兴趣的可以看一下(Matlab painting pink roses, very realistic, are interested can look at)
- 2012-10-16 17:17:40下载
- 积分:1
-
BA1
无标度网络的matlab生成代码,希望对大家有用(Scale-free networks, matlab generate code and hope for all of us)
- 2010-03-09 08:27:00下载
- 积分:1
-
coading-channel-capacity
信息论学习过程中经常用到的一些编码、信道容量等问题(Information theory are often used in the learning process some coding, channel capacity and other issues)
- 2011-05-17 17:03:07下载
- 积分:1
-
ga
说明: IT IS THE CODE OF GENETIC ALGORITHEM WHICH IS DEVELOPED IN MATLAB SOFTWARE
- 2015-03-09 16:12:18下载
- 积分:1