登录
首页 » matlab » 1

1

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

  • four-svm-toolbox
    四种SVM工具箱的分类与回归算法:包括LS_SVMlab,OSU_SVM3.00,stprtool_svm,SVM_SteveGunn(Four kinds of SVM classification and regression algorithm toolbox include: LS_SVMlab, OSU_SVM3.00, stprtool_svm, SVM_SteveGunn)
    2011-09-15 16:15:24下载
    积分:1
  • NeuralMatlabR2007
    《神经网络理论与Matlab R2007实现》(程序代码)(" Neural network theory and the realization of Matlab R2007" (program code))
    2009-05-23 17:59:49下载
    积分:1
  • hgyc
    线性回归算法,其功能是对一组数据进行分析预测,数据分为年度,月度,季度数据(Linear regression algorithm, and its function is to a group of data analysis and forecasting, data is divided into annual, monthly, quarterly data)
    2008-06-11 11:49:41下载
    积分:1
  • mimo_ofdm_2x4_qpsk_all_cp
    this is about 2 x 2 mimo ofdm
    2014-11-11 00:04:18下载
    积分:1
  • entropy
    在数字图像处理中,运用MATLAB中的函数entropy可以计算图像的熵或灰度出现的概率(The probability of occurrence in digital image processing, the use the MATLAB functions entropy can calculate the entropy of the image or grayscale)
    2013-04-24 00:49:51下载
    积分:1
  • matlabshili
    说明:  matlab实例源程序100例,快速掌握MATLAB的利器!(matlab examples of source 100 cases, quick to master MATLAB weapon!)
    2010-03-25 20:08:49下载
    积分:1
  • STBC
    说明:  空时码的编码程序,包含不同码字的比较和多天线设计(STBC source code with MIMO)
    2010-04-29 17:04:09下载
    积分:1
  • PReaad_COMTRRr
    电力系统专业往往要涉及到故障数据处理,也就是解析COMTRADE格式的的数据文件.此代码完成读取COMTRADE格式文件的功能(matlab中) (Professionals often have to power system fault data relating to treatment, that is, analyticc COMTRADE format data files. This code completion read COMTRADE format files (matlab Medium) )
    2012-05-09 10:01:16下载
    积分:1
  • atp
    小电流接地仿真。基于ATP建模,在matlab里调用。(small grounding system,base on ATP/EMTP ,then anylyse by matlab)
    2015-01-02 22:15:14下载
    积分:1
  • parabola
    利用matlab软件模拟平行光入射抛物线型曲面后反射的光路图。(It uses atalb software to simulate parallel light incident parabolic surface reflected light path diagram)
    2015-01-05 13:42:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载