登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 183
下载积分: 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 个回复

  • kongyu
    空域相关滤波,一种很好的消噪方法,对信号的预处理有很好的效果(Spatial correlation filtering, a good de-noising method for signal pre-processing are very good results)
    2009-04-18 22:04:39下载
    积分:1
  • dim7by7.m
    this is a code for square detect in image using transform
    2010-02-26 19:55:19下载
    积分:1
  • Root-MUSIC-algorithm-source
    求根MUSIC算法源程序,实现波达方向估计(Root MUSIC algorithm source code, direction of arrival estimation)
    2013-05-06 21:23:50下载
    积分:1
  • f_smoothing
    doa谱估计中,用于相干信源的DOA估计的一种算法的源程序。(doa spectral estimation for coherent sources of DOA Estimation Algorithm of the source.)
    2010-05-20 08:44:33下载
    积分:1
  • the-distribution-of-nodes
    无线传感器网络是由大量节点组成的,我们在做仿真实验时需要撒布节点,仿真出节点的分布图(Wireless sensor network is composed of a large number of nodes, we needed to do simulation spreading nodes, simulation of the distribution of nodes)
    2015-03-11 13:34:51下载
    积分:1
  • 802.15.4a-
    在802.15.4a信道模型下的相关检测的TOA估计算法,能够对目标节点进行测距。(In 802.15.4a channel model correlation detection TOA estimation algorithm, capable of target nodes ranging.)
    2021-01-28 16:58:34下载
    积分:1
  • fan-zibo
    反子波的求法。对地震数据处理中,由反子波与地震道集反褶积可得到地层反射系数(How to get the wavelet.)
    2012-04-24 09:25:52下载
    积分:1
  • rmse_snr
    MIMO雷达估计均方误差计算,自己写的,已调试,可直接运行(MIMO Radar EMSE)
    2014-11-06 10:04:15下载
    积分:1
  • A-Guide-to-MATLAB-Object-Oriented-Programming---A
    A Guide to MATLAB Object-Oriented Programming
    2014-12-04 06:21:50下载
    积分:1
  • recurrent
    recurrent neural network
    2014-01-18 09:23:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载