-
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
-
LDPC_BSN
Matlab code for LDPC log-domain decoder in AWGN channel(Matlab code for LDPC log-domain decoder in AWGN channel BEC Channel and BSC channel)
- 2011-06-02 15:18:50下载
- 积分:1
-
Factor-models_matlab-code
Factor models_matlab code
- 2013-10-17 00:42:34下载
- 积分:1
-
OPF
optimal power flowoptimal power flowoptimal power flowv
- 2013-10-15 12:38:09下载
- 积分:1
-
plotcube
this function plots a cube
- 2013-05-21 19:27:12下载
- 积分:1
-
dctanddwt
对比dct和dwt在图像数字水印应用中的特点,分析其特性。(contrast Extra dwt and the application of digital watermarking images of features, analysis of their identity.)
- 2006-07-06 12:49:27下载
- 积分:1
-
opf
matlab求解最优潮流的程序,这个最优潮流可以计算电力系统的潮流(matlab to solve the optimal power flow program, the OPF can calculate power flow)
- 2020-11-04 08:59:52下载
- 积分:1
-
KarhunenLoeve
人脸识别领域的K-L变换(Eigenface)的matlab源码(KL transform the field of face recognition (Eigenface) of matlab source)
- 2007-08-13 16:18:00下载
- 积分:1
-
VirtualMouse_project
虚拟的鼠标控制,适合初学者用来分析源码,实际当然没有什么用,测试通过(virtual mouse control, best for those green hands. It is not applicable for those experienced programmers.)
- 2014-08-12 08:59:20下载
- 积分:1
-
skel
骨架算法的matlab实现,仿照matlab的库实现,并且用这个算法求出了一张样例图片的骨架。(
Skeleton algorithm matlab realize, modeled matlab library implementation, and use this algorithm to obtain a sample picture of a skeleton.)
- 2014-11-12 10:51:05下载
- 积分:1