资源简介
人脸表情识别matlab程序LBP+LPQ算法融合,SVM分类
fusion of LBP and LPQ,clssify by OAA SVM)
代码片段和文件信息
%直接使用LBP时使用
function one_hist=DSLBP(imgmappingW)
% mapping=getmapping(8‘u2‘);
[resultbins] = lbp(img28mapping‘h‘);
[MN]=size(result);
PH=7;
PW=7;
width=floor(M/PH);
height=floor(N/PW);
ah0=0;
H0=[];
for i=1:PH
a0=ah0+1;
ah0=a0+width-1;
bh0=0;
for j=1:PW
b0=bh0+1;
bh0=b0+height-1;
if i==PH
ah0=M;
end
if j==PW
bh0=N;
end
patch=result(a0:ah0b0:bh0);
H0=[H0 hist(patch(:)0:(bins-1))*W(ij)];
end
end
one_hist=H0;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 691 2012-04-01 20:33 表情识别2\DSLBP.m
文件 2470 2008-07-02 15:55 表情识别2\getmapping.m
文件 236 2007-09-17 22:38 表情识别2\is_uniform_pattern.m
文件 3321 2012-04-01 20:28 表情识别2\lbp.m
文件 149 2012-03-29 21:54 表情识别2\lbp_histo.m
文件 1142 2012-11-26 20:14 表情识别2\linear_subspace_projection.m
文件 8076 2013-03-26 16:42 表情识别2\lpq.m
文件 8085 2013-07-04 13:15 表情识别2\main_new.m
文件 915 2012-11-26 20:10 表情识别2\perform_pca.m
文件 573 2003-08-26 13:05 表情识别2\SVM-KM\cout.m
文件 11342 2008-02-01 09:54 表情识别2\SVM-KM\monqp.m
文件 3932 2012-07-01 21:05 表情识别2\SVM-KM\svmclass.m
文件 5236 2012-07-01 19:59 表情识别2\SVM-KM\svmkernel.m
文件 4011 2003-03-05 15:52 表情识别2\SVM-KM\svmmulticlass.m
文件 1738 2012-07-03 17:11 表情识别2\SVM-KM\svmmulticlassoneagainstall.m
文件 1767 2012-07-03 21:40 表情识别2\SVM-KM\svmmultival.m
文件 4802 2012-07-04 16:03 表情识别2\SVM-KM\svmval.m
文件 65734 2001-02-13 13:40 表情识别2\test\AN\1.tiff
文件 65734 2001-02-13 13:37 表情识别2\test\AN\10.tiff
文件 65734 2001-02-13 13:43 表情识别2\test\AN\2.tiff
文件 67368 2004-07-20 19:02 表情识别2\test\AN\3.tiff
文件 65734 2001-02-13 13:15 表情识别2\test\AN\4.tiff
文件 65734 2001-02-13 13:19 表情识别2\test\AN\5.tiff
文件 65734 2001-02-13 13:23 表情识别2\test\AN\6.tiff
文件 65734 2001-02-13 13:27 表情识别2\test\AN\7.tiff
文件 65734 2001-02-13 13:30 表情识别2\test\AN\8.tiff
文件 65734 2001-02-13 13:33 表情识别2\test\AN\9.tiff
文件 65734 2001-02-13 13:40 表情识别2\test\DI\1.tiff
文件 65734 2001-02-13 13:37 表情识别2\test\DI\10.tiff
文件 65734 2001-02-13 13:43 表情识别2\test\DI\2.tiff
............此处省略224个文件信息
相关资源
- LBP 纹理模式的LBP特征表示及分类原理
- adaboost 基于adaboost的人脸识别程序
- PCALDA PCA+LDA经典人脸识别算法
- pca_knn 本方法采用pca进行特征提取
- LBP 统一化LBP算子
- Gaborpca Gabor小波变换与PCA的人脸识别代
- face 收集的最全的人脸识别代码 有小
- PCA-SVM
- PCA_LDA_Face_Verification PCA+LDA人脸识别
- pcasvm1
- FaceRec 基于matlab2008的人脸识别系统
- face-recognition
- pca-som matlab下采用som神经网络算法进行
- SVM-face-recognition 注意:LIBSVM需要手动
- face-recognition 用SVM做的人脸识别Matla
- FaceRecogTool 基于稀疏表示的人脸识别系
- dataset_602139 人脸识别数据库
- LBP 实现图像纹理特征的提取
- LBP-face-recongnition-system 一个基于LBP(局
- adaboost-train-test 级联分类器学习
- YaleB1-10 Yale B数据库是人脸识别光照预
- MBLBP 基于块的LBP
- faceRecognition Matlab终极人脸识别系统
- renlianshibie Gabor小波人脸识别
- faceRecognition 一个matlab人脸识别程序代
- LBP
- pedestrian-detectionsvms.tar
- deeplearning_facerecognition 人脸识别
- DCT 本文设计基于DCT的人脸识别系统
- Facial-feature-detection 程序实现人脸特征
评论
共有 条评论