登录
首页 » matlab » 1

1

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

  • Cross Approximate Entropy
    用于计算互近似熵,互近似熵是两个信号之间不同步的量度。模糊熵与互信息(It is used to calculate the mutual approximate entropy, and the mutual approximate entropy is a measure of the non synchronization between the two signals)
    2018-01-20 20:03:44下载
    积分:1
  • Averaging-Filter
    均值滤波器,基于matlab开发的,对于白噪声具有较好的效果(averaging filter,developed in matlab,have good effect on white noise)
    2015-03-04 16:03:30下载
    积分:1
  • Matlab_data_fitting
    只是关于matlab数据拟合的一篇教程,非常详细,希望对大家有帮助。(Only on data fitting matlab tutorial, very detailed, we want to help.)
    2010-12-03 10:04:54下载
    积分:1
  • Temperature_fuzzy_control
    temperature control by fuzzy controler simulation
    2010-12-31 11:57:25下载
    积分:1
  • WiMAX_Test_4
    WIMAX调试,其性能概述,模块组合以及系统参数(WIMAX debugging, performance overview, module combination, and the system parameters)
    2011-05-29 15:45:59下载
    积分:1
  • InterpolationandFitting
    插值与拟合的matlab文件,插值与拟合在matlab中有很广的应用(Interpolation and fitting matlab files, interpolation and fitting in at matlab has a very wide application)
    2009-03-19 10:47:46下载
    积分:1
  • landing
    This package was used was aircraft landing simulation. Its code implements algorithms, that detect objects on planes runway: vehicles, people, animals. Analizes black&white image from infrared camera (folder containes just Photoshop images), detects objects, highlights them and informs pilot of possible risks.
    2011-04-19 04:46:08下载
    积分:1
  • osccalc
    OSC 源文件。from eigenvector(OSC source. from eigenvector)
    2011-10-08 15:14:09下载
    积分:1
  • sag
    how to sag created in power system by fault
    2013-03-17 04:13:18下载
    积分:1
  • wavelet
    用小波变换对图像进行JPEG压缩编码,尤其是在低比特率时,可以消除块效应。(wavelet JPEGimage compression )
    2013-05-18 22:10:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载