登录
首页 » matlab » 1

1

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

  • fuzzyrule
    模糊控制规则表的生成程序,用MATLAB的M文件编写。(Fuzzy control rule table generation process, with the preparation of MATLAB M-files.)
    2009-04-25 15:43:32下载
    积分:1
  • MexHello
    本程序实现了最基本的一个MATLAB7.0和vc++6.0混合编程的一般步骤和具体的操作代码。对于用MATLAB和VC混合编程的新手来说是个上手的好东西啊!(This program implements a basic MATLAB7.0 and vc++6.0 mixed programming in general and specific operational procedures code. For the mixed programming with MATLAB and VC is a novice to get started is a good thing ah!)
    2010-12-28 10:57:49下载
    积分:1
  • Image_fusion
    说明:  图像融合及其源代码在MATLAB环境下的应用(Image fusion and its source code application in MATLAB )
    2010-04-05 04:33:38下载
    积分:1
  • prim
    matlab版本 图论中的prim算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 (Matlab code of prim algorithm in graph theory)
    2013-11-13 17:52:34下载
    积分:1
  • Matlab-in-system-identification
    :首先介绍了系统辨识的基本原理,简要介绍了Matlab中系统辨识 的实现方法。并结合具体的例子,显示Matlab系统辨识工具箱在系统辨 识中的强大功能和辨识快速准确等优点。(This paper introduces the basic theory of System Identification,the realization method in Matlab and presents the strong function of System Identification toolbox with the merit of fast,precision and SO 011 by an example.)
    2013-10-17 10:12:30下载
    积分:1
  • vqlbg
    用LBG算法进行矢量量化器的设计,用分裂法获得初始码书(Using vector quantization LBG algorithm design, with split method to obtain the initial codebook)
    2016-10-20 21:35:53下载
    积分:1
  • swp
    svpwm时间计算,电压矢量脉宽调制m文件。(SVPWM time, the voltage vector pulse width modulation m file.)
    2008-04-15 19:16:54下载
    积分:1
  • matlab-synchronous-motor-abc-model-
    matlab 同步电机 abc 模型 适合大家学习(matlab synchronous motor abc model for everyone to learn)
    2014-10-31 21:50:48下载
    积分:1
  • hv
    说明:  query_hypervisor_info - Get version info of the windows hypervisor.
    2014-11-17 12:16:23下载
    积分:1
  • fasthoglib.tar
    Fast Hog People Detection
    2015-01-21 21:22:52下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载