-
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
-
MPEG1_results
MPEG coding, signal processing, compression
- 2010-12-16 08:11:47下载
- 积分:1
-
prony_1
Matlab code for prony method
- 2013-12-18 12:35:08下载
- 积分:1
-
chaoliu
说明: 配电网潮流计算,前推回代法,matlab程序(distribution system calculation)
- 2010-04-13 15:33:55下载
- 积分:1
-
hshbj
此程序包为用最小二乘法求函数逼近的M文件集合,在Matlab平台下使用(this package for the least square method for function approximation M document assembly, the use of Matlab platform)
- 2006-05-20 12:52:20下载
- 积分:1
-
yiqunmatlab
用蚁群算法解决中国旅行商问题,用matlab编程,内含数据,已经运行了(China solving the traveling salesman problem with ant colony algorithm, matlab programming, containing the data, has been running)
- 2014-11-29 12:22:50下载
- 积分:1
-
rrcmodulber
this program do qam modulation and upsampling and downsampling and use raised cosine filteroj
- 2013-12-26 21:32:15下载
- 积分:1
-
myspecgram
this code is used to find short time fourier transform
- 2010-11-16 21:14:47下载
- 积分:1
-
GADS-Toolbox
GADS的用户手册英文版资料,原版读起来也许收获更大 我认为是这样(GADS(Genetic Algorithm and Direct Search Toolbox) data users tutorials, original read more I think maybe this is the harvest)
- 2013-05-25 21:54:48下载
- 积分:1
-
SEI
这是一个超指数迭代均衡算法程序,经测试可以运行(This is a super exponential Iterative Equalization Algorithm procedures, have been tested and can run)
- 2014-06-25 10:18:19下载
- 积分:1