-
Adaboost-detection
说明: 基于ADABOOST的人脸检测程序,有分类器训练和测试(face detection based on adaboost)
- 2011-03-20 09:30:35下载
- 积分: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
-
mtlab
[MATLAB语言[MATLAB语言常用算法程序集](1-29).pdf常用算法程序集](1-29).pdf([MATLAB language [MATLAB language commonly used algorithm for assembly (1-29) PDF algorithms commonly used procedures set (1-29). Pdf)
- 2013-05-10 19:36:43下载
- 积分:1
-
matlabfangzhen
数字通信系统的基本调制方式的matlab仿真程序(Digital communication system of basic modulation of matlab simulation program)
- 2010-05-22 10:20:16下载
- 积分:1
-
GNLS_Uebung7_for_students
example 7 nonlinear control
- 2013-01-06 23:10:11下载
- 积分:1
-
MPPOMP
自己写的MP和OMP算法,用于一维信号重建,两者的测试信号相同,可用于对比,适用于初学者。(Write their own MP and OMP algorithm for one-dimensional signal reconstruction, both of the same test signal can be used for comparison, suitable for beginners.)
- 2013-03-29 10:00:46下载
- 积分:1
-
TFTB
说明: 传统时频分析方法,包含STFT等matlab算法(Traditional time-frequency analysis methods, including STFT and other matlab algorithms)
- 2020-05-28 03:47:11下载
- 积分:1
-
icaFacesCode
机器学习和模式识别的常用算法,独立主元分析,常用于人脸图像识别。此压缩包含有完整的用于人脸图像的算法源码(Commonly used machine learning and pattern recognition algorithms, independent component analysis, commonly used for facial image recognition, speech recognition, etc.)
- 2010-08-26 12:05:44下载
- 积分:1
-
BPSK
一个关于BPSK误码率仿真的程序,其中包括信号产生,加入高斯白噪声,和误码率计算!(One on BPSK BER simulation procedures, including the signal generated by adding Gaussian white noise, and bit error rate!)
- 2009-12-14 19:25:39下载
- 积分:1
-
kalman-filtering-algorithm
卡尔曼滤波的源代码,里面包括了权向量的计算以及MSE的偏差曲线(Kalman filtering of the source code, which includes the calculation of the weight vector and the MSE deviation curve)
- 2011-06-27 11:57:01下载
- 积分:1