登录
首页 » matlab » 1

1

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

代码说明:

说明:  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 个回复

  • FadingChannelsSklar
    用来实现瑞丽分布的MATLAB程序,非常好用的,可以借鉴一下(MATLAB is used to achieve the Ruili distribution program, very easy to use, and can learn from what)
    2009-10-12 21:58:24下载
    积分:1
  • NoiseRemove
    Noise Remove Code in Matlab
    2009-12-19 06:19:19下载
    积分:1
  • voicebox
    matlab voicebox音频处理工具箱含有音频处理的各种算法(matlab voicebox audio processing toolbox contains a variety of audio processing algorithms)
    2010-07-02 19:25:29下载
    积分:1
  • lla2ecef
    Convert from latitude, longitude, and altitude (geodetic with respect to the WGS-84 ellipsoid) to a position vector in the Earth-centered, Earth-fixed (ECEF reference frame.
    2013-09-26 23:55:27下载
    积分:1
  • matlabcode
    自学Matlab必备的个小程序代码,里面有十个,需要的下载(Small program code, which must self-Matlab ten, you need to download)
    2012-11-30 19:05:02下载
    积分:1
  • source4
    pca图像融合原代码,功能能很强大,很实用(nice pca code )
    2012-04-26 13:35:27下载
    积分:1
  • QPSK
    QPSK modulation with awgn channel
    2013-12-08 22:27:12下载
    积分:1
  • GGD_paramter
    基于反高斯正态分布的模型参数估计matlab(Matlab anti-Gaussian distribution is estimated model parameters based on)
    2013-12-14 10:55:05下载
    积分:1
  • Large-wind-farms-
    比较有用的一篇论文《大型风电场并网对系统影响分析及其应用研究》(The more useful a paper, " large-scale wind farm grid system impact analysis and its application." )
    2014-01-26 16:54:20下载
    积分:1
  • qcyncg_V4.0
    仿真图是速度、距离、幅度三维图像,用于图像处理的独立分量分析,关于神经网络控制,对于初学者具有参考意义,相关分析过程的matlab方法,多目标跟踪的粒子滤波器,研究生时的现代信号处理的作业,包括最小二乘法、SVM、神经网络、1_k近邻法。( FIG simulation speed, distance, amplitude three-dimensional image, Independent component analysis for image processing, On neural network control, For beginners with a reference value, Correlation analysis process matlab method, Multi-target tracking particle filter, Modern signal processing jobs when the graduate, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
    2016-04-14 15:45:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载