登录
首页 » matlab » 1

1

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

  • simulink
    使用simulink对采集的数据进行处理所需要的设置。(Using simulink processing the collected data set required.)
    2010-08-12 10:14:51下载
    积分:1
  • Hysteresis_band_CCPWM_single_phase_unipolar
    Hysteresis control for solar inverter
    2011-10-18 23:23:42下载
    积分:1
  • GoldGenerator
    golden 序列产生 内涵源代码 可以通过此代码产生golden 序列(Golden generator)
    2011-10-31 17:58:40下载
    积分:1
  • dpll_fixpt
    Simulink all digital pll with fixed point
    2012-09-11 06:54:00下载
    积分:1
  • GrayImageDenoising
    this matlab code helps the image processing lerners to denoise grey images as well as other applications having denoising applications.
    2014-01-19 14:05:56下载
    积分:1
  • Speech_Enhancement
    一本关于语音增强的书籍,可作为研究人员的参考书使用,新版(A book on speech enhancement, can be used as a reference book for researchers)
    2010-07-08 15:05:28下载
    积分:1
  • lypnf
    matlab程序 输入txt文档即可计算混沌时间序列的李雅普诺夫指数(Lyapunov matlab)
    2013-12-15 20:10:38下载
    积分:1
  • Processing-Spatially-Aliased-Arrays
    在水声阵列信号处理,作为初学者的学习程序。(Underwater acoustic array signal processing, as a beginner' s learning process.)
    2011-08-12 15:19:30下载
    积分:1
  • chepaishibie
    车牌识别算法。包括图像预处理、车牌分割、字符分割(License plate recognition algorithm. Including image preprocessing, license plate segmentation, character segmentation and character recognition)
    2013-10-30 22:00:04下载
    积分:1
  • DLDA_code
    人脸识别的经典算法——直接LDA算法的matlab实现,效果很好,还可以计算识别的精确度,实现了剑桥大学orl人脸数据库的人脸识别(The classical LDA algorithm directly face recognition algorithm matlab implementation, the effect is very good, also can calculate the recognition accuracy, the realization of the University of Cambridge ORL face for face recognition)
    2015-03-16 15:33:52下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载