登录
首页 » matlab » 1

1

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

  • dynamic_stiff
    Dynamic_stiff to calculate the dynamic stiffness of beam in space using spectral element.
    2010-03-16 02:00:36下载
    积分:1
  • GA
    说明:  遗传算法,基于二进制编码形式,用于解决优化问题,具有很好的全局优化效果。(genetic algorithm for optimization)
    2013-11-16 20:57:20下载
    积分:1
  • Advanced-PID-control
    第二版(刘金锟)先进PID控制及其MATLAB仿真书和代码有书签(Second Edition (Liu Kun) advanced PID control and MATLAB code books and bookmarked)
    2014-12-27 21:25:33下载
    积分:1
  • lpc
    基于matlab平台的lpc谱提取代码,对语音信号处理有重大作用(Based the matlab platform lpc spectrum extract the code, have a significant role in the speech signal processing)
    2012-09-10 16:11:50下载
    积分:1
  • matlab
    本算法是基于遗传算法的十杆桁架的截面优化程序,经matlab10.0测试,可完美运行(The MRD damper matlab program)
    2020-11-20 12:29:37下载
    积分:1
  • LDPC
    It s a ldpc code matlab to help your progess
    2009-10-08 15:16:34下载
    积分:1
  • simplexcontoolbox
    simplex method using matlab toolbox
    2009-06-02 22:31:12下载
    积分:1
  • MATLAB6.5_waveletAnalysis_application
    MATLAB 6.5辅助小波分析与应用,以小波分析工具箱为基础,重点说明其应用(MATLAB 6.5 Auxiliary wavelet analysis and application of wavelet analysis-based toolkit, focus on the application)
    2007-04-11 02:21:38下载
    积分:1
  • heart
    一个用MATLAB编的图像效果,丘比特之箭穿双心哦(A series of images using MATLAB effect, Cupid wear double heart oh)
    2013-10-09 08:51:34下载
    积分:1
  • MatlabFFT
    快速傅里叶变换,很实用的!!希望能帮助你(Fast Fourier transform, it is useful! ! Hope you can help)
    2011-10-25 09:17:34下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载