-
hdlsrc
low pass filter desined in matlab signal toolbox butterworth fiter
- 2012-05-07 04:31:10下载
- 积分:1
-
PCA_fusio
used for image fusion application
- 2015-02-27 13:52:33下载
- 积分:1
-
numerical-integration-for-structural-dynamics
single degree of freedom numerical integration for structural dynamics
- 2013-05-03 03:58:43下载
- 积分:1
-
tv_original
tv模型代码,用到的偏微分方程技巧和各项异性扩散(tv model code, techniques used in partial differential equations and anisotropic diffusion)
- 2015-03-23 21:00:31下载
- 积分:1
-
pcr
pcr主成分matlab回归源代码,包括预处理,回归和预测(pcr principal component regression matlab source code, including pre-treatment, regression and prediction)
- 2021-04-19 10:48:51下载
- 积分:1
-
MATLAB
说明: 基于matlab的DSP调试方法及其应用(Debug matlab' s DSP-based method and its application)
- 2010-04-02 10:47:48下载
- 积分:1
-
es_Ang_Hough
自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。(The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.)
- 2010-07-02 20:29:46下载
- 积分:1
-
WTB_v3
说明: 基于matlab/simulink的风力发电建模系统,里面有很多实用的模型可以直接使用(based on Matlab/Simulink modeling of wind power generation system, there are many practical model can be used directly)
- 2006-03-20 21:03:06下载
- 积分:1
-
Sparse-Fuzzy-Model-Identification-Matlab-ToolBox
Sparse Fuzzy Model Identification Matlab Toolox
– RuleMaker Toolbox
- 2013-12-04 01:29:59下载
- 积分:1
-
1
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)
- 2013-12-18 15:42:14下载
- 积分:1