-
VC+Matlab
这是关于MATLAB与VC
实现卫星照片三维显示(This is on the MATLAB and VC realize satellite photos of three-dimensional display)
- 2008-04-09 17:02:31下载
- 积分:1
-
search_by_policy_last
this application is used to search in data base to get some data with special specificaton
- 2010-05-12 03:36:36下载
- 积分:1
-
alg1
algo of matlab code to find obstacle
- 2011-10-08 22:38:49下载
- 积分:1
-
Matlab-Programs-of-PSO
In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyPSO) is introduced to improve the performance of the standard particles swarm optimization to achieve better results and avoid stagnation at bad results. This new mechanism is also tested by the same benchmark functions. The results of improved PSO are then compared with those of standard PSO and different published improved PSO (SPSO, PSO-XD, CPSO-S and PSO-P5).
- 2013-03-14 15:38:05下载
- 积分:1
-
dialog-(includes-exe).tar
matlabGUI实现,合成识别电话拨号音,包含生成的exe可执行程序,原创(matlabGUI achieve synthetic recognition telephone dial tone, containing the generated exe executable program, original)
- 2014-12-15 10:42:12下载
- 积分:1
-
Subspace
子空间辨识,经典的英文版论文,学习状态子空间必备基础,包含算法和证明(Subspace
Identification for Linear Systems:Theory-
Implementation-Application)
- 2013-04-19 14:10:33下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Dyn5
matlab simulation about DY5 transformer
- 2012-01-09 03:59:48下载
- 积分:1
-
EssentialMatlab2e
matlab tutorial files...
- 2009-11-09 11:52:40下载
- 积分:1
-
1
说明: 用于二值图像的细化处理,开发环境为matlab,对图像处理便捷有效(For the refined binary image processing, development environment for matlab, convenient and effective for image processing)
- 2009-04-30 14:29:41下载
- 积分:1