登录
首页 » matlab » 1

1

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

  • Matlab
    有限差分法的Matlab程序(椭圆型方程)(finite difference method of Matlab (elliptic equation))
    2020-08-30 18:38:12下载
    积分:1
  • integer-programming
    三种整数规划的matlab程序,很实用,百分之百保证好用,都经过实测的(Three kinds of integer programming matlab program, it is practical, easy to use 100 guaranteed, have been measured)
    2011-11-29 19:53:36下载
    积分:1
  • matlab50
    matlab 经典仿真50 例子 各类变频器仿真 控制(Matlab classic 50 simulation examples Control of inverter simulation )
    2013-05-02 16:25:47下载
    积分:1
  • lianxi
    MIMO成像,Dimensional boundary imaging use in free space or in shallow ground penetrating radar(Dimensional boundary imaging use in free space or in shallow ground penetrating radar)
    2016-01-04 16:18:33下载
    积分:1
  • matlab_gui_draw
    基于MATLAB-GUI图形界面的数字图像处理软件 (MATLAB-GUI graphical user interface based on digital image processing software of the system )
    2013-12-25 10:02:28下载
    积分:1
  • MATLAB-image-processing
    《精通Matlab图像处理》一书的例程,入门必备。共17个文件夹,让你从入门到精通!!(Matlab Study_《Proficient in MATLAB image processing》)
    2013-10-01 13:05:43下载
    积分:1
  • TLS_esprit
    此程序为最小二乘ESPRIT算法,本算法是基本ESPRIT算法的一种性能上的改进(This procedure is least squares ESPRIT algorithm, the algorithm is a basic algorithm ESPRIT performance improvements)
    2021-02-24 17:29:39下载
    积分:1
  • MATLAB-channel-coding
    基于MATLAB的信道编码,包含源程序以及对信道的解法(MATLAB-based channel coding, including source and channel solution)
    2013-05-12 21:16:26下载
    积分:1
  • kalman-KPMstats
    这是一种采用matlab语言来实现KPMstats的源程序。(This is a method for KPMSTATS .)
    2012-02-02 17:40:30下载
    积分:1
  • matlab_FinElAnal
    Finite Element Analasys made in Matlab
    2009-12-28 17:16:56下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载