-
analysis
immune network algorithm
- 2010-01-19 17:05:54下载
- 积分:1
-
sift
sift图像匹配的纯matlab代码,研究图像配准的可以用这个,配准图像效果较好!!(sift pure image matching matlab code of image registration can use this, the image registration is better! !)
- 2010-12-23 19:50:23下载
- 积分:1
-
MaxAndMinCluster
最大最小距离 聚类算法,可以对一维或者二维信号进行聚类分析。尤其是两类化情况较好时。(maxmum and minimum Cluster Algorithm)
- 2010-03-10 15:33:16下载
- 积分:1
-
repliement
Program of signal processing
- 2013-09-17 02:35:37下载
- 积分:1
-
beamforming1_SMI_ESB_givens
波束形成中运用givens旋转来查找权值的算子(Use of givens rotation beamforming operator to find the right value)
- 2012-09-08 10:58:29下载
- 积分:1
-
zyfdtd2D
时域有限差分法在matlab环境下进行的仿真,更形象地说明了时域有限差分法
(When the FDTD method simulation in Matlab environment, but also vividly illustrates the finite difference time domain method)
- 2012-06-13 15:44:19下载
- 积分:1
-
WienerNoiseReduction
说明: 维纳滤波的matlab实现,可以作为初学者的参考例程(WienerNoiseReduction implemented in Matlab)
- 2011-03-29 16:55:50下载
- 积分:1
-
huise
灰色预测系统实验 模拟预测模糊事件matlab(The gray forecasting system experimental simulation and prediction of the fuzzy event matlab)
- 2013-02-03 20:09:23下载
- 积分:1
-
精细积分程序
在钟万勰院士最新书上的原代码
% Precise Integration Method
clear;
A=zeros(2);
C=A;
D=[0.5,0;0,1];
B=[-6,2;2,-4];
f0=[0;0;0;10];
f1=zeros(size(f0));
H=[A,D;B,C];
I=eye(size(H));
iH=inv(H);
tf=20;
step=[2,0.5,0.1]; % different step size
N=20;
figure;
hold;
str=["o","x","b-"];
for jj=1:3
%PIM begin
dt=step(jj)/2^N;
Ta=H*dt+(H*dt)^2*(I+
- 2022-01-30 16:59:30下载
- 积分:1
-
jiyuMATLABdetuxiangpeizhun
图像配准常常是作为其他图像处理应用的前处理步骤使用的,往往用于图像的对准、目标识别与定位。介
绍了在MATLAB系统中,如何应用MATLAB的IPT函数对图像进行配准的方法:首先用人机交互的方法在待配
准图像与基准图像之间进行图像配准所必需的匹配控制点的选取,然后用这些匹配控制点来计算两图像的某种空
间几何变换关系,最后利用这个空间几何变换关系对待配准图像进行几何变换,获得配准结果。实验表明,该方
法实现容易,且非常有效。
(Image registration is often as other image processing applications, the use of pre-treatment steps are often used for image alignment, target identification and location. Introduced the system in MATLAB, how to use MATLAB function of the IPT image registration method: First of all, employing the method of cross-machine in question and the baseline image registration between image image registration by matching control points necessary for the selection, and then use these control points to match the two images to calculate the geometric transform the relationship between a certain space, and finally make use of the space relationship between the treatment of geometric transformations with quasi-geometric image transformation, the results obtained registration. Experiments show that the method easy and very effective.)
- 2009-04-20 11:39:55下载
- 积分:1