-
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
-
qrd
自适应信号处理,基于QRD-LSL算法的滤波器算法的仿真(Adaptive signal processing, based on QRD-LSL algorithm simulation of the filter algorithm)
- 2010-07-13 20:28:27下载
- 积分:1
-
ABDF
基于最小方差准则(LMS)的自适应波束形成算法,matlab语言仿真示例(Based on the criteria of minimum variance adaptive beamforming algorithm)
- 2020-07-01 12:00:01下载
- 积分:1
-
PCA
使用主成分分析对高维数据进行降维,程序包含了降维的过程和结果(Using PCA to reduct dimensionality for data. the program contains the process and solution.)
- 2013-12-25 21:56:37下载
- 积分:1
-
matlab_intro_1
MATLAB INTRO PPT IS THEN MATLAB INTRO
- 2015-04-04 16:57:07下载
- 积分:1
-
psotest1
Economic dispatch by using PSO method
- 2014-02-21 22:55:52下载
- 积分:1
-
Desktop
米散射相函数对比,包括散射相函数抽样,不同波长,不同折射率(The contrast of the phase function of the rice scattering, including the scattering phase function sampling, the different wavelengths and the different refractive index)
- 2020-12-11 15:59:18下载
- 积分:1
-
mytry4
自己编的遗传算法,用matlab编写的,供参考下(Own genetic algorithm, using matlab prepared for information under the)
- 2008-12-23 18:01:56下载
- 积分:1
-
MATLABzaidandaofangzhendeyingyong
分析了弹道仿真数学模型的特点、并以滑翔增程弹为例,详细研究了在M文件、simulink工具箱以及两者交互使用环境下建立外弹道质心运动系统仿真模型的方法和优缺点。
(Analysis of the ballistic characteristics of the mathematical model simulation and Gliding Range shells as an example, a detailed study of the M paper, simulink toolbox and use both interactive environment to establish external ballistics center of mass movement system simulation model and the advantages and disadvantages.)
- 2008-05-22 19:16:21下载
- 积分:1
-
Picture-Player
图片播放软件,含翻页,自动播放,播放速度控制,旋转(任意角度),放大,缩小等(Photo playback software, including flip, auto play, playback speed control, rotation (any angle), zoom, etc.)
- 2013-07-29 10:43:16下载
- 积分:1