登录
首页 » matlab » 1

1

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

  • graphics
    graphical drawing of matlab files in guide format
    2010-01-06 19:57:17下载
    积分:1
  • HW2
    In mathematics, the discrete-time Fourier transform (DTFT) is one of the specific forms of Fourier analysis. As such, it transforms one function into another, which is called the frequency domain representation, or simply the "DTFT", of the original function (which is often a function in the time-domain).(This file includes matlab source code about DTFT and also includes explanation report)
    2010-01-28 20:34:53下载
    积分:1
  • Wavelet_OMP
    说明:  通过小波变换,采用OMP算法,实现图像压缩重构(The wavelet transform, using OMP algorithm, image compression Reconstruction)
    2011-03-21 12:34:28下载
    积分:1
  • voc-release4.01
    voc detection result. it is very useful to have it if you want to do human detection and pose estimation
    2012-04-26 17:52:03下载
    积分:1
  • ROM_GENERATOR
    用matlab生成xilinx波形文件即coe文件。(Using matlab to generate the the xilinx waveform file.)
    2012-08-18 15:44:25下载
    积分:1
  • Matlab_Simulink
    利用matlab和simulink实现自动代码生成技术(Automatic code generation techniques using matlab and simulink)
    2012-11-25 19:08:00下载
    积分:1
  • UKF_EKF_CS
    该程序实现两种具有代表性的EKF与UKF方法在目标跟踪中的性能对比,具体通过MSE实现跟踪效果。(The program implements two methods EKF and UKF representative performance comparison in target tracking, specifically by MSE achieve tracking.)
    2015-01-25 18:24:06下载
    积分:1
  • PCA01
    主要用于图像处理等方面,用途比较广泛,现有将其用于盲检测(Mainly used for image processing, etc.)
    2010-10-11 14:50:26下载
    积分:1
  • Multi-scale-analysis-
    在matalab开发环境下的实现时域信号多尺度的分析,可用于信号的特征抽取和故障诊断(Multi-scale analysis of time-domain signal achieved in matalab development environment can be used for feature extraction and fault diagnosis signal)
    2014-11-06 13:20:15下载
    积分:1
  • KalmanFilter
    state estimation versus different SNR by using Kalman Filter
    2010-08-18 00:33:17下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载