-
adwa
说明: 数值计算课后答案的解析,很有用的而且对上机超值(Numerical Analysis of after-school answer, very useful but on the machine value)
- 2010-04-15 15:11:38下载
- 积分:1
-
Untitled
用Simulink方式设计一个单边带传输系统并通过声卡输出接收机解调的结果声音(To design a single-sideband transmission systems using Simulink and through the sound card output receiver demodulation results of sound)
- 2012-06-06 10:23:59下载
- 积分:1
-
SPEA2
SPEA1 Algorithm for matlab
Just run and enjoy
- 2013-04-20 20:50:53下载
- 积分:1
-
Kmean_cluster
说明: 进行基于最大最小方法和K均值结合的分类方法 并画出具体的分类情况,对二维数组具有鲁棒性。(Based on max-min method and combination of K-means classification method and draw a specific classification of two-dimensional array with robustness.)
- 2008-12-05 11:22:05下载
- 积分:1
-
MATLABFE_III
MATLAB finite element code
- 2013-11-03 16:49:05下载
- 积分:1
-
0275
Coordinated Guidance of Autonomous UAVs
via Nominal Belief-State Optimization
- 2013-12-08 19:11:59下载
- 积分:1
-
rk
说明: 古典四级四阶显式Runge—Kuuta方法和隐式二级四阶Runge-Kutta的范例(Classical four-order explicit Runge-Kuuta method and implicit second-order fourth-order Runge-Kutta example)
- 2016-11-27 00:37:19下载
- 积分:1
-
二阶椭圆偏微分方程的差分算法
二阶椭圆偏微分方程的差分算法,适用于求解矩形区域,任意边界条件。(elliptic partial differential equation algorithm applied to solving rectangular region, arbitrary boundary conditions.)
- 2007-07-04 18:43:52下载
- 积分:1
-
AN97011
SAA7111和SAA7121的寄存器初始化官方配置,经过工程的考验(SAA7111 and SAA7121 official configuration register initialization, after the test engineering)
- 2010-07-29 18:56:56下载
- 积分: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