-
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
-
AR_model
AR模型参数估计:已知某系统的输出信号,试估计输入白噪声的功率及AR模型的参数(estimation of parameter for AR model)
- 2012-04-06 13:52:42下载
- 积分:1
-
MatlabhelpFiles
matlab的帮助文档,用于查阅使用matlab过程中遇到的问题以及解决方案。(matlab help document the process for access to use the matlab problems and solutions.)
- 2010-06-10 17:09:55下载
- 积分:1
-
lagrange_interpolation
This is a Matlab v6.5 implementation of the Lagrange interpolation algorithm.
- 2009-03-30 00:27:38下载
- 积分:1
-
dianliceng
这是一个matlab编写的电离层误差图的程序。里边分别利用广播星历和模型修正进行了编程。(It is written in a matlab program ionospheric error plots. Inside were using broadcast ephemeris and model updating for the programming.)
- 2011-01-22 12:32:46下载
- 积分:1
-
EasyCICS
说明: TXSeries培训资料,IBM CICS很少的培训开发资料。(TXSeries training materials, IBM CICS little training to develop the information.)
- 2008-11-07 13:29:42下载
- 积分:1
-
save
把矩阵的数据写入文档中的几种方法,有显示,有代码说明(into the file)
- 2011-09-27 13:13:14下载
- 积分:1
-
tuxiang-huadong
matlab程序,对图像做选取3*3矩阵的8邻域与中心特征值的像素差,然后按照不同的方式滑动(matlab program, the selected pixels of the image to make the neighborhood and the center differential 8 eigenvalues 3* 3 matrix, and then slide in different ways)
- 2013-12-05 15:23:52下载
- 积分:1
-
floyd
经过测试通过的floyd,matlab程序(Tested by the floyd, matlab program)
- 2011-08-29 20:22:20下载
- 积分:1
-
m1
说明: 雷达回波的matlab模拟程序,用来产生雷达回波,非常好用的一个程序(Radar echo of matlab simulation program, which is used to generate radar echo
)
- 2013-12-23 10:01:09下载
- 积分:1