登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 190
下载积分: 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序-matlab-ga-nn
    经典的神经网络matlab程序。(classical neural networks Matlab procedures.)
    2005-03-11 14:58:21下载
    积分:1
  • DOF2
    编写的模型飞机控制模型和六自由度模型。根据《航空飞行器飞行动力学》书中的公式编写。(The preparation of the model aircraft control model and six degrees of freedom model. According to " air vehicle flight dynamics" formula for writing the book.)
    2020-11-04 11:29:52下载
    积分:1
  • WINODWS-os
    顯示WINDOWS的版本,用visual c++寫的(Show WINDOWS version, written with visual c++)
    2013-11-20 13:50:02下载
    积分:1
  • MATLABtool
    MATLAB优化工具箱的应用例子介绍 各种优化工具箱的使用方法(MATLAB Optimization Toolbox application example describes the use of various optimization toolbox)
    2012-11-08 16:32:02下载
    积分:1
  • gene-recognition
    区分基因序列的外显子和内含子并找出区分外显子和内含子的阈值(Distinguish gene sequence exons and introns and exons and identify distinguishing threshold intron)
    2013-12-01 10:31:36下载
    积分:1
  • Fuhe
    用HOMER软件画出的某地区一年每小时负荷数据,并将其导出成文本格式,可以将其导入到MATLAB中供研究人员使用(HOMER software to draw a region with a year hourly load data, and export it to a text format that can be imported into MATLAB for researchers)
    2013-12-15 15:28:27下载
    积分:1
  • FIR_Filter_labtest
    FIR Filter的例子,大学研究室的。(FIR filter example, the university lab.)
    2006-12-04 23:39:35下载
    积分:1
  • power_FullWaveRectifier
    Full Wave Rectifier This demonstration illustrates use of the Ideal Switching Device solution method to simulate a full wave rectifier using ideal diodes.
    2014-10-27 17:57:55下载
    积分:1
  • chazhi
    实现信号的插值运算,通过这个程序,可以对非均匀采样的信号进行插值处理,为后面的滤波处理做基础(Realize signal interpolation arithmetic, through this program, the non-uniform sampling signals can be interpolation processing, basis for the back of the filtering process)
    2021-04-21 09:48:49下载
    积分:1
  • gvfsnakeMATLAB
    gvf snake 邊緣檢測範例(包含範例圖)(1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution implement our GVF snake, the original (Kass, Witkin, and Terzopoulos) snake, the balloon snake, and the distance snake. These programs were designed, written and tested by Chenyang Xu and Jerry Prince. To install this software, simply unzip the file into an empty directory, making sure to ask your unzipper program to restore the directory structure of the zipped files. In this documentation, we will assume that you have unzipped the files into C:GVF. 2. Documentation ---------------- We have included two research papers that describe GVF. You can find these in C:GVFpapers. Brief descriptions of the software modules can be found in this file below. For more detail, you should run Matlab, add the path C:GVFsnake, and type "help function-name". F)
    2010-05-23 17:28:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载