登录
首页 » matlab » 1

1

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

  • radiasi
    this is for radiation pattern for dipole
    2009-05-21 14:51:34下载
    积分:1
  • huffmancode
    说明:  离散信源无失真信源编码(实现huffman编码) 可用于教学(Discrete source lossless source coding (to achieve huffman coding) can be used for teaching)
    2008-11-02 21:30:42下载
    积分:1
  • LDAForTextClassification
    使用变分EM方法实现的LDA文本模型 输入为文本即可 分解实现,含多个小函数可单独使用(LDA For Text Classification)
    2009-04-25 10:50:08下载
    积分:1
  • matlab_helmholtz_TP3
    principal_helmholtz a script for the implementation of EF P1 Lagrange for the Helmholtz equation with the following boundary conditions of Neumann or Fourier-type:
    2013-12-24 05:48:37下载
    积分:1
  • randomfrog
    随机蛙跳源代码,寻找最优变量,输出最小二乘回归(Random frog)
    2015-11-23 12:29:47下载
    积分:1
  • work
    说明:  用MATLAB将excel数据形成图形,针对大量数据的处理很有效(Formed using MATLAB graphics will excel data for processing large amounts of data very effectively)
    2010-04-06 16:10:58下载
    积分:1
  • Signal_and_Systems_Lab_3
    Signal And System Lab_2
    2012-04-16 14:41:43下载
    积分:1
  • Root-MUSIC--DOA
    利用求根MUSIC算法进行DOA估计的源程序(Root MUSIC algorithm using the DOA estimation of the source)
    2013-11-02 00:19:00下载
    积分:1
  • ekfukf
    Extended Kalman filter Unscented Kalman filter toolbox
    2013-11-02 15:55:14下载
    积分:1
  • imag
    数字图像隐藏技术的仿真,针对一个图片现将其转换为灰白图像,然后将要隐藏的图片加入样本中,加入椒盐噪声攻击,最后将图片还原。(Digital image information hiding technology simulation, for a picture now converted to gray image, will then be hidden image is added to the sample, adding salt and pepper noise attack, finally will restore the picture.)
    2016-08-21 13:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载