登录
首页 » matlab » 1

1

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

  • equalizationOFDM
    This program shows equalization of OFDM system.
    2011-02-10 01:08:39下载
    积分:1
  • environmental-sound-classification
    environmental sound classification
    2011-12-10 09:47:26下载
    积分:1
  • h263_incoder
    This is multimedia file (avi and etc.) incoders using MATLAB It is implementing H.263 incoders, but unfortunally it s comments are written by Korean.
    2010-08-16 20:07:45下载
    积分:1
  • matlabtools
    MatLab工具箱应用指南:控制工程篇。很实用的各种命令,还有讲解。(MatLab Application Toolbox Guide: Control Engineering articles. A variety of very useful commands, as well as to explain.)
    2010-12-01 16:18:12下载
    积分:1
  • Matlab-ca-code
    Matlab非平稳时间序列,很经典啊!,谢谢这个网站(Matlab non-stationary time series, classic ah! Thank you, this site)
    2013-01-31 11:25:48下载
    积分:1
  • 12212166
    multisim 实现am dsb ssb 调制(multisim design)
    2014-12-08 20:11:58下载
    积分:1
  • Matlab
    这个文件是,opendss与matlab交互编程的标准示例,可以帮助学习者更快的掌握opendss与matlab的交互(This file is a standard example opendss interact with matlab programming, can help learners to quickly grasp the interaction with the matlab opendss)
    2013-12-16 23:21:39下载
    积分:1
  • SEGY
    SeismicLab中的SEGY软件包,包括地震SEGY数据的读入和写出,道头信息的提取,置空道头等功能。(SeismicLab matlab code. SEGY data read and write. Trace header extract. )
    2012-03-12 23:30:24下载
    积分:1
  • Kalman_pre
    基于Kalman滤波算法的自适应AR模型(Adaptive Kalman filtering algorithm based on AR model)
    2009-12-04 10:41:20下载
    积分:1
  • xitongbianshigongjuxiang
    本文件介绍了matlab中系统辨识工具箱的相关函数,对采用系统辨识有很大帮助(This document describes the correlation function in Matlab System Identification Toolbox, helps a lot of system identification)
    2013-05-07 13:46:26下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载