登录
首页 » matlab » 1

1

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

  • Matlabhanshu
    说明:  matlab图像处理函数的详细列表,可实现查找(matlab image processing function of a detailed list can be realized to find)
    2008-11-06 17:16:16下载
    积分:1
  • holeofdiffraction
    完整的1X1mm大小的方孔衍射程序............................... 可以运行,会有点慢(Complete 1 x1mm square hole the size of the diffraction process)
    2013-09-12 13:35:00下载
    积分:1
  • biker-predict
    用matlab自带函数编写的随机森林进行预测分析,此程序曾应用在kaggle比赛上。(Matlab function that comes with writing random forests predictive analysis, this program has been used in the kaggle game.)
    2015-03-05 23:13:02下载
    积分:1
  • ditribution-grid
    基于matlab/simulink的配电网仿真建模,希望对大家有所帮助(Distribution Network Based on simulation modeling matlab/simulink, I hope to help everyone)
    2020-11-04 22:19:51下载
    积分:1
  • ebook_MATLAB
    全方位入門學習matlab的書籍,從基本操作到資料分析與顯示都是做研究必備的基本工具.(a ebook for learning matlab, you can learn matlab basic operations and programming for your research.)
    2010-12-10 16:03:17下载
    积分:1
  • matlabofdmfz
    一个用matlab编写ofdm仿真程序,读者可以随意调整相应参数(a ofdm prepared using Matlab simulation program, readers can arbitrarily adjust the parameters)
    2007-05-09 14:16:49下载
    积分:1
  • NSGA-II
    matlab环境下实现的非支配排序遗传算法(NSGA-II),该算法在快速找到Pareto前沿和保持种群多样性方面都有很好的效果(matlab environment to achieve non-dominated Sorting Genetic Algorithm (NSGA-II), the algorithm quickly find the Pareto frontier and maintaining the diversity of the population has a good effect)
    2021-03-30 20:19:09下载
    积分:1
  • gmsk
    GMSK的毕设,用SIMULINK对GMSK的调制解调进行仿真,这是一个WORD文档。(GMSK the complete set, with SIMULINK GMSK modulation and demodulation of the simulation, this is a WORD document.)
    2010-08-19 15:22:43下载
    积分:1
  • DHT11
    DHT11数字温湿度传感器是一款含有已校准数字信号输出的温湿度复合传感器。(DHT11 digital temperature and humidity sensor is a digital signal containing a calibrated temperature and humidity combined sensor output.)
    2011-07-02 21:31:10下载
    积分:1
  • MATLAB-programming-(second-edition)
    本书全面地介绍了MATLAB的相关内容,是一本很好的入门教程(The book provides a comprehensive introduction to the MATLAB is a good introductory tutorial)
    2013-03-16 14:33:50下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载