登录
首页 » matlab » 1

1

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

  • getfigdata
    能提取matlab的figure文件的x,y轴数据 非常好用! 网上收集的!(Matlab to extract the figure documents x, y-axis data is very easy to use! Online collection!)
    2008-06-16 12:58:01下载
    积分:1
  • matlab-tools
    matlab时频分析工具箱,里面涵盖了大多数能用到的相关函数程序。(matlab time-frequence analysis tools box.)
    2012-01-09 17:16:59下载
    积分:1
  • bubble_temp_ACM
    利用MATlab进行混合溶液沸点的计算,里面包含的模型自己参照,值得学习和推荐。(Mixed solution using MATlab boiling point calculation, which contains its own reference model, it is worth learning and recommendations.)
    2010-06-05 18:31:41下载
    积分:1
  • fft
    数字信号处理里FFT的C语言源代码啊,请查看啊(FFT digital signal processing in the C language source code ah, see ah)
    2008-05-29 00:53:49下载
    积分:1
  • matlab_pcf_EI_calculation
    This is a MATLAB code for calculating effective index in PCF by using maxwell s equation and bessels function.
    2010-01-22 18:47:07下载
    积分:1
  • mt
    说明:  Adding Two different matrecis with the same dimentions by matlab
    2013-04-25 06:38:03下载
    积分:1
  • NearestSymmetricPositiveDefinite
    nearestSPD works on any matrix, and it is reasonably fast. As a test, randn generates a matrix that is not symmetric nor is it at all positive definite in general.
    2013-08-01 22:06:14下载
    积分:1
  • Channel_Gain11
    多小区环境中channel gain的实现
    2015-04-20 10:14:17下载
    积分:1
  • orthofit
    ORTHOFIT Fit polynomial to data. YS = ORTHOFIT[X,Y,N] smooths/fits data Y[X] in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.
    2009-02-28 18:10:17下载
    积分:1
  • LMS
    主要完成LMS自适应均衡,谢谢大家的支持(Completed for LMS adaptive equalization)
    2010-05-27 21:34:18下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载