-
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
-
Kalman_filter
卡尔曼滤波器的编码程序,基础程序可以好好学习下,希望有帮助!(Kalman filter coding procedures, based on the program can learn under, want to help!)
- 2013-10-13 21:00:17下载
- 积分:1
-
ch2
Statistical Analysis with Practice Problems
- 2015-01-26 02:47:43下载
- 积分:1
-
MATLAB-Codes-for-FEM
MATLAB Codes for Finite Element Analysis Solids andS tructures
- 2013-11-27 20:34:25下载
- 积分:1
-
05276800
matlab simulink bidirectional converter
- 2014-01-05 22:55:00下载
- 积分:1
-
philosopher
dinning philosopher problem
- 2009-11-09 21:11:38下载
- 积分:1
-
radon
radon transform used to restore the degraded image by motion blur
- 2010-03-23 18:15:57下载
- 积分:1
-
AUV-tarcking
基于反步法的欠驱动AUV水平面直线航迹跟踪控制(Straight-line trajectory tracking control of underactuated AUV in the horizontal plane based on backstepping)
- 2012-04-25 14:43:41下载
- 积分:1
-
vcip2010
vcip的相关MATLAB程序和相关的代码(vcip related procedures and related MATLAB code)
- 2010-11-06 16:30:17下载
- 积分:1
-
gauss
运用C语言对高斯信道进行仿真,简洁快速的实现(The use of C language Gaussian channel simulation, simple rapid implementation)
- 2013-09-02 10:37:03下载
- 积分:1