-
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
-
MFD_V
The mode field diameter variation of a varying diameter single mode fiber.
- 2010-07-02 19:09:26下载
- 积分:1
-
FDTD_4_1
Sullivan关于FTDT经典文章的MATLAB翻译,第四章第一个例子的源程序。(Sullivan article on FTDT classic MATLAB translation of chapter IV, an example of the source.)
- 2010-01-08 22:34:52下载
- 积分:1
-
system_Newton-Laphson
system_Newton-Laphson in matlab
- 2013-09-20 12:03:50下载
- 积分:1
-
LEACH-Exile-master
Implementation of Leach Protocol using MATLAB
- 2018-11-06 19:18:40下载
- 积分:1
-
Fprec
说明: 基于matlab的指纹识别完整程序 100 可运行(Fingerprint Identification Based on a complete program matlab)
- 2011-04-15 07:45:00下载
- 积分:1
-
enob_estimation_three_parameter
本代码是ADC有效位测试的三参数经典算法的MATLAB文件,仅供参考。(the code is for enob of ADC using classical 3-parameter testing method.)
- 2011-07-02 14:19:52下载
- 积分:1
-
Linearity
this is matlab exercise solved
- 2012-06-10 00:49:15下载
- 积分:1
-
matlab-coder
MATLAB Coder™ generates standalone C and C++ code from MATLAB
®
code. The generated source code is
portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program
control constructs, functions, and matrix operations. It can generate MEX functions that let you accelerate
computationally intensive portions of MATLAB code and verify the behavior of the generated code.
- 2013-11-11 21:26:17下载
- 积分:1
-
delaunay-triangulation
在matlab中用delaunay函数实现三角剖分,在一个三角形区域内,实现简单的均匀的delaunay剖分。(In matlab function implementation using delaunay triangulation, in the area of a triangle, a simple uniform delaunay triangulation.)
- 2020-07-01 04:40:02下载
- 积分:1