登录
首页 » matlab » 1

1

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

  • AssemblyMatrixMultiplicationWithEmu8086
    The project for matrix mutltiplication in assembly x86 language.
    2015-01-11 17:55:32下载
    积分:1
  • bilidaoyinfa
    比例导引法的几个matlab程序,根据绝对弹道进行编程设计(Proportional navigation law matlab program, according to the absolute ballistic Programming)
    2013-05-18 15:16:35下载
    积分:1
  • openloop
    imnverted pendulum bymyself
    2014-01-26 23:04:03下载
    积分:1
  • u_trial
    Control of induction generator
    2009-09-17 23:48:46下载
    积分:1
  • imageprocess
    this function to image processing in matlab
    2010-12-02 15:15:55下载
    积分:1
  • GUI_SSH
    Computation and visualization of surface spherical harmonic functions. Just run the GUI_SSH.m file
    2015-02-02 18:41:26下载
    积分:1
  • Copula
    copula理论及应用实例,内含一个程序实例与两个excel文件(Copulas connect the theory and applications, including a program instance and two excel)
    2016-04-27 13:40:34下载
    积分:1
  • gaPID
    采用遗传算法优化传统PID控制,选取了合适的优化函数,采用实数编码(Genetic algorithm to optimize the traditional PID control, select the appropriate optimization function using real-coded)
    2012-06-23 20:59:36下载
    积分:1
  • MATLAB-TIME
    《MATLAB在时间预测分析中的应用》 细致讲解了多种时间序列分析方法AR MA 等,并有源代码。( MATLAB time predictive analytics application careful to explain a variety of time series analysis method AR MA, etc., and source code.)
    2014-11-24 09:59:28下载
    积分:1
  • Betweenness
    这个程序可以用来计算复杂网络中的介数,稍微修改就可以实现边介数和点介数的计算。(This program can be used to calculate the number of referrals of complex networks, a slight modification can calculate the number of edges and points referral referral number.)
    2013-12-26 10:17:30下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载