登录
首页 » matlab » 1

1

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

  • matlab_programming_tutorial_explaining_the_functio
    matlab程序设计函数讲解教程matlab programming tutorial explaining the function(explain the function matlab programming tutorial matlab programming tutorial explaining the function)
    2010-08-02 11:26:57下载
    积分:1
  • KrigingToolboxV2.0
    Kriging插值工具箱,可做可历尽内插(Kriging interpolation toolbox, can be experienced all kinds of interpolation)
    2020-12-21 20:29:08下载
    积分:1
  • matlabcourse
    说明:  其主要内容包括:MATLAB 入门及基本操作,数 组、矩阵的使用及数据可视化方法,脚步文件及函数的编写,以及仿 真、图形用户界面入门等。(Its main contents include: MATLAB Introduction and basic operation, array, matrix use and data visualization methods, the pace of preparation of documents and functions, as well as simulation, graphical user interface, such as entry.)
    2008-10-22 18:46:31下载
    积分:1
  • eclipse
    动态实现循环码的译码!! 只要求输入信息序列!(Dynamic implementation of cyclic codes decoding! ! Only requires input information sequence!)
    2011-06-21 14:28:23下载
    积分:1
  • SINR
    基于最大信干噪比准则的自适应数字波束形成器程序(Based on the maximum SINR criteria for adaptive digital beamformer program)
    2020-12-15 16:09:13下载
    积分:1
  • volerraa
    voltera filter implementation code
    2018-11-01 14:13:35下载
    积分:1
  • RLSmatlab
    基于RLS算法matlab小程序,经典的自适应滤波模型(Based on the RLS algorithm matlab small procedures, the classical adaptive filter model)
    2008-03-27 09:35:46下载
    积分:1
  • 上传文件
    基于遗传算法进行戴维宁电池模型的参数辨识。(Parameter Identification of Thevenin Battery Model Based on Genetic Algorithm.)
    2020-11-27 12:09:32下载
    积分:1
  • lightningcentralcontrol
    灯光中央控制系统的设计应用,是一份非常经典的灯光控制应用领域的文档(灯光中央控制系统的设计应用)
    2010-01-03 19:27:18下载
    积分:1
  • Matlab
    实现了零速修正的卡尔曼滤波算法,可实现个人室内导航。为读数据格式(Zero speed correction Kalman filter algorithm can achieve personal indoor navigation. Read data format)
    2021-03-24 14:19:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载