登录
首页 » matlab » 1

1

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

  • radarsiggen
    一个雷达信号产生模拟器 by matlab(a radar signal generation program)
    2013-10-03 13:13:02下载
    积分:1
  • CWPMatlab
    MATLAB地震数据处理软件。主要设计线性Rp与非线性Rp 、多分量叠加速度成像分析,以及反射系数等代码,处理占一部分(Seismic processing software)
    2015-07-23 20:47:20下载
    积分:1
  • preisach
    preisach模型磁滞回线,不同N可以调整模型精度。(preisach hysteresis loop model, you can adjust the different N model accuracy.)
    2021-04-19 12:58:52下载
    积分:1
  • 4matlab
    Gabor Filter implementation in Matlab
    2011-02-03 20:57:25下载
    积分:1
  • dataimport
    说明:  用于脑电信号的读取 具有预处理过程 及滤波(EEG is used to read with the pretreatment process and the filtering)
    2010-03-19 23:21:02下载
    积分:1
  • mixNewton
    说明:  混合Newton发求最小值.原理是基于Newton法,求解非线性方程。利用和最速下降法混合,避免了Newton的不足(ues mix Newton method to solve the problem: min f(x))
    2010-04-26 01:09:51下载
    积分:1
  • work-TA-Final
    matlab for pemula pepek busuk
    2011-07-30 09:47:43下载
    积分:1
  • IrisLocate
    怎样进行Iris部分的定位算法,Matlab code及说明(Iris how part of the positioning algorithm, Matlab code and description)
    2008-07-14 18:48:42下载
    积分:1
  • MUSIC1
    频率估计中的music算法的matlab实现(Frequency estimation algorithm in the matlab implementation of music)
    2011-07-06 09:57:19下载
    积分:1
  • FM_phase_noise_1
    The file calculates and plots FM noise sidebands for a carrier. It also does sinusoidal modulation. This simple way of adding noise to a carrier is useful for simulation of PLLs. It turns out, though, that the mean of the randn function is not as close to zero as it could be, and this causes the fft to generate extra sideband energy, which makes it appear as if the noise is not what would be expected. This program gets around this by adding a fudge factor to the randn results to eliminate this problem. It took me ages to figure this out, I hope to reduce a similar effort for others
    2011-07-20 21:08:11下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载