登录
首页 » matlab » 1

1

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

  • numberplaterecognition
    This program was to recognize number plate region only from an image.
    2011-01-11 01:01:55下载
    积分:1
  • OFDMPQPSKPAWGN
    OFDM完整的程序,比较简单,采用QPSK调制,加了高斯噪声(OFDM complete procedure is relatively simple, using QPSK modulation, Gaussian noise added)
    2011-05-06 21:21:39下载
    积分:1
  • demodulation
    通信过程中调制信号的matlab解调程序(Communication process modulated signal demodulation matlab program)
    2011-07-06 09:54:39下载
    积分:1
  • simulation
    ekf滤波、pda关联滤波、卡尔曼滤波、最小二乘参数估计的仿真建模,以及matlab多项式的学习资料(ekf filtering, pda association filtering, Kalman filtering, least squares parameter estimation modeling and simulation, as well as learning materials matlab polynomial)
    2014-02-20 22:18:23下载
    积分:1
  • svm_v0.55beta
    支持向量机,可以在MATLAB环境下运行.(Support Vector Machines can be run under MATLAB environment.)
    2008-03-23 00:03:58下载
    积分:1
  • cycloconverter_single_phase_ok
    cycloconverter with freqency 50 hz to 100hz
    2010-10-24 02:46:26下载
    积分:1
  • SINS-MATLAB
    捷联惯导(SINS)的MATLAB仿真程序(SINS of the MATLAB simulation program)
    2011-01-16 10:37:55下载
    积分:1
  • Desktop
    matlab doce in physics
    2011-06-23 15:39:51下载
    积分:1
  • FDTD(PML)
    a PML FDTD. computational domain
    2009-04-01 00:56:18下载
    积分:1
  • strapdown
    捷联惯导源程序,matlab编写 捷联惯导源程序,matlab编写(SINS source code, matlab write SINS source, matlab write)
    2020-07-01 02:00:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载