登录
首页 » matlab » 1

1

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

  • Mathematicauser
    Mathematica函数 函数使用介绍和软件使用介绍(Mathematica function function description using the description and software)
    2010-07-07 19:23:56下载
    积分:1
  • ExportingFigurestoEPS
    This matlab code export figures from matlab to eps
    2010-12-11 10:05:49下载
    积分:1
  • upload-m
    substitution cipher is the method of encoding in which unit of plain text are replaced by cipher text. Monoalphabetic cipher uses a fixed message over entire message.A monoalphabetic cipher uses fixed substitution over the entire message.The monoalphabetic substitution takes a letter of an alphabet and substitutes it with another letter, this way a ciphertext is generated. The way of converting is fixed. A character of the plaintext will be replaced by the same ciphertext character, during the entire ciphertext. There is no additional key. The only way of security is to keep the substitution-table secret. A popular example for the monoalphabetic substitution is the caesar cipher.
    2015-02-27 14:43:29下载
    积分:1
  • MatLab
    这是一本matlab工程数学用书 可以帮助大家用matlab解决数学问题()
    2007-09-26 09:31:59下载
    积分:1
  • cepst
    cepstral analisys for pitch and F0 detection
    2009-02-17 02:50:40下载
    积分:1
  • Allan_deviation
    这个Matlab程序用于计算时域信号的阿伦Allan方差。(The Matlab program used to calculate the time-domain signal Aaron Allan variance.)
    2020-10-12 21:37:31下载
    积分:1
  • ecg_demo
    ECG信号压缩程序的DEMO,有兴趣可以看看。(ECG signal compression process DEMO are interested can look at.)
    2006-05-26 22:37:40下载
    积分:1
  • satools
    推荐一个实用的Matlab模拟退火工具箱,里面含有非常全的matlab语言模拟退火算法,包括了Matlab函数和6个例程。 (Recommend a practical simulated annealing Matlab toolbox, which contains a very wide of the simulated annealing algorithm matlab language, including the Matlab function and six routines.)
    2009-06-01 10:16:49下载
    积分:1
  • Kalman-Filtering-Matlab
    卡尔曼滤波理论及其Matlab实现。清晰版。(Kalman Filtering Theory And Practice Using Matlab (2Ed , Wiley, 2001)(410S))
    2014-09-22 20:31:15下载
    积分:1
  • OneMax
    The OneMax Problem [SE91] (or BitCounting) is a simple problem consisting in maximizing the number of ones of a bitstring.
    2012-11-24 18:33:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载