-
GA
说明: 遗传算法的MATLAB程序 (MATLAB Genetic Algorithm procedure)
- 2009-03-12 17:15:37下载
- 积分:1
-
Simple232ColorDetection
Color feature detection using matlab
- 2010-11-11 15:02:19下载
- 积分:1
-
zuixiaoshengchengshu
这是两个用matlab实现最小生成树的算法源代码,希望对大家有帮助。(This is a two matlab to achieve the minimum spanning tree algorithm source code, we hope to help.)
- 2013-04-12 10:43:20下载
- 积分:1
-
ch(2)-page(71)-ex(23)-descriptive-solution
dudu and hart chapter 2 excersise
- 2014-02-24 15:59:02下载
- 积分:1
-
Pccard
通过PCCARD SPEC测试笔记本的外部接口的电压是正常(through PCCARD SPEC test notebook external interface voltage is normal)
- 2007-03-05 17:08:36下载
- 积分:1
-
qq13
一个六杆机构的matlab仿真代码,包括其运动仿真,以及变量变化曲线图的生成。(A six institutions matlab simulation code, including its motion simulation, and variable changes in graph generation.)
- 2011-08-22 10:41:34下载
- 积分: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
-
Untitledtest
Cell parameters are calculated and received power all possible transmissions are plotted
- 2015-04-22 15:01:26下载
- 积分:1
-
efdds
图像线性滤波、热传导方程滤波、Gabor图像锐化和动态边界算法(Image filtering, heat conduction equation filter, Gabor image sharpening algorithms and dynamic boundary)
- 2010-06-15 22:37:43下载
- 积分:1
-
tl
手机定位中基于TDOA技术的泰勒算法的仿真(TDOA mobile location technology based on the Taylor algorithm simulation)
- 2010-10-15 22:58:41下载
- 积分:1