登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 189
下载积分: 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编写的替代数据法 surrogates
    用matlab编写的替代数据法,检验某一时间序列是否具有非线性特性(Surrogate data to test whether the nonlinear time series)
    2020-09-08 23:58:06下载
    积分:1
  • viterbi
    相位移频键控的维特比解码 64状态 比较 回溯(QPSK viterbi decode)
    2012-10-29 23:17:21下载
    积分:1
  • icp_m
    利用MATLAB 编程语言计算空间最近距离的icp 算法 (For ICP application, and can be applied in robot)
    2012-04-19 14:12:14下载
    积分:1
  • FMT
    傅里叶梅林程序,调试好用的代码,希望对大家有帮助(Fourier Mellin program, debug the code easy to use, we want to help)
    2010-09-15 15:59:21下载
    积分:1
  • motion
    motion blur restoration, in this .m file motion blur restoration with CLS and wiener algorithms have been done
    2012-10-03 15:24:02下载
    积分:1
  • fir2iir
    IIR filter synthesis algorithm with almost linear group delay
    2015-02-23 14:01:45下载
    积分:1
  • pso
    Particle Sworm Optimization algorithms
    2010-05-16 00:31:39下载
    积分:1
  • Dolph-Chebychev--bf
    Dolphy-chebychev 加权波束形成方法及波束方向图。有较详细的说明。(Dolphy-chebychev weighting beamforming and the beampartern. The note for code is good.)
    2021-01-28 15:18:39下载
    积分:1
  • DemoPlot
    利用Matlab模拟点电荷电场的分布,输入两个电荷的电量大小(Distribution Distribution Distribution use of Matlab simulation point charge electric field distribution using Matlab simulation point charge electric field simulation using Matlab point charge electric field distribution point charge electric field simulation using Matlab Matlab simulation of the electric field of a point charge)
    2013-12-10 22:59:04下载
    积分:1
  • tiqian
    时间提前程序,讲时间序列统一提前一年,在雨量站资料处理上很有用(Program ahead of time, say one year ahead of time series, uniform, stand in the rain on the useful data processing)
    2011-09-29 22:37:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载