-
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
-
finite_difference
有限差分正演模拟,计算多层介质地震响应,空间四阶,时间二阶(finite difference modeling)
- 2012-08-12 16:35:35下载
- 积分:1
-
数学建模 电源规划问题
给出具体的电源规划问题解决方案,采用matlab程序语言进行编写。(The specific solution of power planning problem is given, and the program language of MATLAB is used to compile it.)
- 2020-06-17 23:20:01下载
- 积分:1
-
bp_erjinzhi
运用三层BP网络结构(输入层、隐含层、输出层)实现算法,进行十进制与二进制的转换。(The use of three-tier structure of BP network (input layer, hidden layer, output layer) implementation algorithm, and binary to decimal conversion.)
- 2010-07-25 11:45:36下载
- 积分:1
-
超松弛迭代法相关程序和资料 有限差分
有限差分。超松弛迭代法相关程序和资料
有限差分。超松弛迭代法相关程序和资料(Finite difference. Super relaxation iteration method relevant procedures and material
)
- 2012-11-21 22:42:33下载
- 积分:1
-
MDSQ
基于标量量化的图像多描述编码(MDSQ)是提高信息传输质量的一种有效方法,本程序利用Matlab 工具在处理矩阵上的灵活性,实现了MDSQ 算法, 并通过解码后的图像证明该方法良好的多描述性能。(Scalar quantization-based image multiple description coding (MDSQ) is to improve the quality of information transmission of an effective method, the procedures for the use of Matlab tool flexibility matrix treatment, realized MDSQ algorithm, and through decoded images show that the method good performance of multiple description.)
- 2020-12-23 10:29:06下载
- 积分:1
-
ReBEL_0-2-6
ReBEL is a Matlabtoolkit of functions and scripts, designed to
facilitate sequential Bayesian inference (estimation) in general state
space models. This software consolidates research on new methods for
recursive Bayesian estimation and Kalman filtering by Rudolph van der
Merwe and Eric A. Wan. The code is developed and maintained by Rudolph
van der Merwe at the OGI School of Science & Engineering at OHSU
(Oregon Health & Science University).
(ReBEL is a Matlabtoolkit of functions and s cripts. designed to facilitate in sequential Bayesian ference (estimation) in general state space mo dels. This software consolidates research on n ew methods for Bayesian estimation a recursive nd Kalman filtering by Rudolph and van der Merwe Eric A. Wan. The code is developed and maintaine d by Rudolph van der Merwe at the OGI School of Sci ence)
- 2007-02-12 08:59:32下载
- 积分:1
-
matarray_w32
matlab code for k-means. suitable for the young programmer
- 2010-03-12 11:14:34下载
- 积分:1
-
k-means
K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。(K-means algorithm is based on the division of the classic clustering method, is ten classic one of data mining algorithm. K-means the basic idea of the algorithm is: to the space K point as the center of the cluster analysis, near their object classification. Through the iterative method, each successive update clustering center value, until get the best clustering results.
)
- 2011-06-26 19:53:19下载
- 积分:1
-
FordFulkerson
自己写的求解网络最大流问题的Ford-Fulkerson迭代算法MATLAB实现代码(MATLAB code of Ford-Fulkerson algorithm for solving max flow problem in network)
- 2014-08-26 10:47:13下载
- 积分:1