登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 193
下载积分: 1 下载次数: 15

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ACATSP
    利用MATLAB编写蚁群算法求解城市最佳路线的一个例子(Ant colony algorithm for an example of the city the best route)
    2012-05-04 21:43:42下载
    积分:1
  • lowbandToFullbandEnergy-ratio
    Voice activity detection Using low band to full band energy ratio
    2014-08-08 15:23:29下载
    积分:1
  • ECONOMIC-LOAD-DISPATCH
    ECONOMIC LOAD DISPATCH
    2013-05-04 14:40:04下载
    积分:1
  • multipeak
    光伏阵列在不均匀光照情况下的多峰输出模型(the model of the PV in the partially shadow)
    2015-09-08 15:09:07下载
    积分:1
  • MIMO_OFDM
    正交频分复用技术 OFDM 以及MIMO技术在信道估计中的应用(Channel estimation for a MIMO-OFDM system)
    2010-07-08 22:07:40下载
    积分:1
  • zhongzhi
    中值滤波提取运动目标的matlab源代码(Median filter matlab extract moving target source code)
    2009-05-04 20:22:41下载
    积分:1
  • case30
    IEEE30节点电力系统标准参数和潮流数据(IEEE30 node power system standard parameters and trend data)
    2012-06-04 15:18:41下载
    积分:1
  • functionzRR
    说明:  %code2_1 for lecture 1 Simpson s rule ( Code2_1 for lecture 1 Simpson s rule)
    2006-03-15 21:34:34下载
    积分:1
  • fastkmeans
    快速k-means算法,比matlab 自带的要快很多。(rapid k-means algorithm, compared to the Matlab bringing their much faster.)
    2007-05-15 00:57:13下载
    积分:1
  • DPSK_matlab
    用matlab实现通信系统中的DPSK差分编码器的源代码(the matlab source code of DPSK)
    2013-03-22 12:58:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载