-
Characters_and_string_operation
说明: MATLAB字符与字符串编程,含大量的实例,具有参考价值(MATLAB programming characters and a string containing a large number of examples, with reference value)
- 2010-03-17 01:51:15下载
- 积分:1
-
bayeserzhi
基于二值数据的贝叶斯分类器,用于数字识别(Based on binary data Bayesian classifier)
- 2013-10-25 17:32:31下载
- 积分:1
-
truepca2.tar
采用各种不同的方法实现PCA,包括truePCA,empca等,做主成份分析好方法!(adopted various methods to achieve the PCA, including truePCA, empca. element analysis comes good way!)
- 2007-04-26 12:05:03下载
- 积分:1
-
weixingsudu
利用matlab计算探月卫星速度的教程 清晰易懂~(Calculated using matlab tutorial lunar satellite speed lucid ~)
- 2013-10-05 08:46:49下载
- 积分: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
-
多自由度
该程序通过振型叠加法,用于计算多自由度结构动力响应(The program is used to calculate the dynamic response of multi degree of freedom structures by mode superposition method)
- 2020-08-11 17:08:27下载
- 积分:1
-
kannumfcc
speech processing using matlab
- 2009-05-03 18:15:56下载
- 积分:1
-
t
说明: project for phone dialing
- 2012-04-12 14:26:38下载
- 积分:1
-
featrue1
使用特征提取算法对一组数据进行特征提取。计算出J(A set of data, using the feature extraction algorithm for feature extraction. To calculate J)
- 2012-05-21 20:33:41下载
- 积分:1
-
BNTPforPMTLAB7.01
基于matlab开放的贝叶斯统计软件包,可以进行多种贝叶斯统计(Based on Bayesian statistical package matlab open, can be a variety of Bayesian statistics)
- 2011-07-27 16:06:27下载
- 积分:1