-
GLCM
计算图像的灰度共生矩阵,并且提取图像的纹理特征(Computing image s GLCM and extracting texture characteristics
)
- 2012-03-27 16:01:09下载
- 积分:1
-
Kalman_filter
卡尔曼滤波器的编码程序,基础程序可以好好学习下,希望有帮助!(Kalman filter coding procedures, based on the program can learn under, want to help!)
- 2013-10-13 21:00:17下载
- 积分:1
-
Z-N-PID-control
Z N法进行PID控制,采用simulink进行仿真,得到最优控制参数,属于工程上的参数整定
(Z N method for PID control, using simulink simulation, get the optimal control parameters, belong to the engineering parameter setting
)
- 2013-05-22 09:49:47下载
- 积分:1
-
PCA
Principal component analysis for dimension reduction
- 2011-02-01 13:02:44下载
- 积分:1
-
SAR-CSA(matlab)
SAR成像算法系列,有助于对SAR算法进行研究(SAR imaging algorithm series, contribute to the SAR algorithm research)
- 2013-10-22 11:09:07下载
- 积分:1
-
Adaboost-m
基于ADABOOST算法的人脸检测matlab程序(the face detection matlab program based on ADABOOST algorithm )
- 2012-02-14 20:08:00下载
- 积分:1
-
bpsk_montecarlo
Generate Bpsk modulation using Monte Carlo simulation.
- 2015-04-07 14:19:59下载
- 积分:1
-
dingwei
在人脸局部图像中定位嘴的中心。MATLAB环境代码,配有实验用图。具体步骤:对输入图像进行二值化处理-标注二值图像中的连通分量-找出最大的连通分量-计算最大联通分量中心。《精通Matlab数字图像处理与识别》(The face part image is positioned in the center of the mouth. MATLAB environment code, with experimental Fig. Specific steps: input image binarization processing- marked binary images connected components- find the largest connected component- component to calculate the maximum Unicom center. " Mastering Matlab digital image processing and recognition." )
- 2014-02-06 12:11:31下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1
-
Why-Functional-Programming-matters
Why Functional Programming matters
- 2014-11-08 03:53:10下载
- 积分:1