登录
首页 » matlab » 1

1

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

  • Qpskmatlabsimulink
    说明:  主要讨论了QPSK的调制解调原理,分析了它们的调制解调实现过程(Mainly discussed the QPSK modulation and demodulation principle, an analysis of their realization of the process of modulation and demodulation)
    2008-11-24 22:16:18下载
    积分:1
  • bolztmann
    使用bolztmann机实现多层分类网络,内有mnist数据集(Machine to achieve multiple classifiers using bolztmann network data sets within mnist)
    2011-06-08 19:01:15下载
    积分:1
  • Digital-Image-Processing
    数字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。本书是数字图像信息处理领域的一本经典著作,是20多年来此领域最权威的教材之一。(Digital Image Processing (Digital Image Processing) is performed by a computer of the image to remove noise, enhancement, restoration, segmentation, feature extraction and other processing methods and techniques. This book is the digital image information processing field a classic book and is one of the most authoritative textbook in this field for over 20 years.)
    2014-12-08 16:31:15下载
    积分:1
  • obstacle-avoid
    automatic control model vehicle obstacle avoidance
    2013-05-26 16:20:43下载
    积分:1
  • 11
    说明:  图象压缩方面的论文pdf格式 可用于毕业设计方面的工作(Image compression pdf format papers for school design work)
    2010-05-26 20:35:36下载
    积分:1
  • buckme
    matlab simulink buck电路的 PID 仿真模型 matlab 2010以上可用(matlab simulink DC-DC chopper buck PID model matlab version 2010)
    2013-11-29 21:45:59下载
    积分:1
  • lms
    这个程序关于语音消噪,实现了一个基于最小均方误差算法的二阶自适应噪声对消器(This program concerning speech denoising achieve a minimum mean square error algorithm based on second-order adaptive noise cancellation)
    2013-07-27 11:10:10下载
    积分:1
  • stage_reaction
    这个小程序是计算涡轮一级的反动度沿叶高分布的,只要有压力沿叶高分布的.csv文件即可(This program can calculate the reaction in the turbine, it only needs the pressure distribution along radial direction.)
    2013-12-05 19:46:11下载
    积分:1
  • MATLAB
    最新matlab2013b发布版的功能介绍,特别是一些新的功能模块,功能很强大(The latest release features matlab2013b introduction, especially some new functional modules, very powerful)
    2013-12-25 09:06:03下载
    积分:1
  • floyd
    利用floyd算法能解决最短路径的选择功能还有最短路径的距离(Use of Floyd algorithm can solve the shortest path choice function and the shortest path distance)
    2011-09-11 07:53:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载