登录
首页 » matlab » 1

1

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

  • palui_cPP1
    C++ application for beginers
    2014-11-27 04:23:20下载
    积分:1
  • dcac_averaged
    da2ac average model for PV cell
    2013-05-01 02:58:27下载
    积分:1
  • mipdisclaimer
    display the Disclaimer in MATLAB environment
    2012-11-02 14:34:10下载
    积分:1
  • deep-learning-scene-recognition
    deep learning code it helpful the begainer in deep learning
    2015-03-13 04:44:11下载
    积分:1
  • ia_2_AStar
    metod astar where the best way is calculated
    2009-12-29 17:36:49下载
    积分:1
  • informes
    LINEAS Y ANTENAS DISEÑ O DE ANTENA PARCHE
    2014-12-08 04:23:25下载
    积分:1
  • 基于直流输电系统 MMC 7levels HVDC
    MATLAB仿真程序,基于直流输电系统(HVDC)的MMC(modular multilevel converter)结构变流系统。程序主要包括主变流部分及其控制部分,MMC为7电平结构。程序测试OK。(a power convertion system realized in MATLAB SIMULINK. the system is carried out with a kind of newly investigated converter named Modular Multilevel Converter of seven levels.)
    2021-01-20 12:58:44下载
    积分:1
  • Code_Find
    This is a matlab code for m sequence code finding
    2010-01-09 21:37:10下载
    积分:1
  • SkeletonPruningDCE
    AppWizard创建了这个skeletonpruningdce应用你。这个应用程序 不仅表明了使用微软基础类的基本知识 但也编写应用程序的起点。(AppWizard has created this SkeletonPruningDCE application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.)
    2014-10-14 10:06:52下载
    积分:1
  • Matlab-bifurcation-diagram-program
    本程序能够准确的计算非线性动力系统的分岔图,相图,波形图,从而可以为工程技术人员和科研人员的理论建模提供数值模拟论证方法。(The program can calculate the exact bifurcation diagram nonlinear dynamical system, phase diagram, waveform, which can provide a method for the numerical simulation of argumentation theoretical modeling engineers and researchers.)
    2021-03-17 20:19:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载