登录
首页 » matlab » 1

1

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

  • MODE-MIX-HHT
    提供了外文文献具体解释了HHT得缺陷之一,模态混叠现象。 通过matlab的仿真具体解释了HHT用于信号分析时出现模态混叠的临界点。(english papers to explain one of the limitations of HHT-MODE MIXING simulation base on MATLAB provide graph to improve that limitation)
    2011-08-10 19:21:10下载
    积分:1
  • MATLAB--rumenjiaocheng
    学习matlib的一套很好的入门教程 适合初学者快速入门(Matlib learning portal of a good tutorial for beginners and Quick Start)
    2009-04-16 19:43:20下载
    积分:1
  • Apriori-association
    基于matlab的关联规则在实际中的用途很广泛,欢迎使用(matlab apriori)
    2009-12-27 20:45:12下载
    积分:1
  • otimization-problem
    This algorithm solves the otimization problem min_x | y - A x |_2^2 + lambda Phi(x) and has applications in compressed sensing, image restoration and reconstruction, sparse regression, and several other problems.
    2020-11-22 22:29:35下载
    积分:1
  • transport
    A solve of the transport phenomena using finite difference method
    2012-06-23 21:34:10下载
    积分:1
  • Matlab-Laser-Toolbox-0.1beta
    matlab开发环境下的 激光工具箱,文件内有关于激光的常用函数(Under the development environment of matlab toolbox, laser file is about the common function of the laser)
    2013-04-01 12:33:23下载
    积分:1
  • rgb2bayer
    以全彩图像为输入,根据bayer cfa输出raw图像。附有操作例图。(With full color images as input, output based on raw bayer cfa image. With the operation of FIG.)
    2015-04-14 17:05:20下载
    积分:1
  • bp
    说明:  利用bp神经网络对遥感图像进行分类,输入样本值后,根据样本值对遥感图像不同的地物进行分类,分类后计算每种地物所占面积(The use of bp neural network classification of remote sensing images, enter a sample value, based on the sample value of the different features of remote sensing image classification, classification features calculated for each share of area)
    2009-05-08 19:42:04下载
    积分:1
  • pictovideo
    将图片数据格式转为avi视频数据格式的源码,绝对好用,内附数据及程序。程序内有详细的解释。(The image data format to avi format video data source, absolutely easy to use, containing data and procedures. Program with detailed explanation.)
    2010-11-23 15:03:31下载
    积分:1
  • cellauto
    这是一个细胞自动机及相应的vote和smooth函数(This is a cellular automata and the corresponding people and smooth function)
    2011-05-30 19:13:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载