xiaomangui / LBP-DBN-face-recognitionLinks
使用LBP特征提取算法提取人脸特征,DBN网络来实现人脸识别,测试数据库ORL数据库,识别率可达90%以上
☆96Updated 10 years ago
Alternatives and similar repositories for LBP-DBN-face-recognition
Users that are interested in LBP-DBN-face-recognition are comparing it to the libraries listed below
Sorting:
- 基于PCA和SVM的人脸识别☆50Updated 6 years ago
- 本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现☆49Updated 7 years ago
- LBP 人脸识别 matlab实现☆25Updated 8 years ago
- Matlab PCA 人脸识别☆212Updated 9 years ago
- 对比PCA、基于LDA改进的PCA、NMF、LNMF、FNMF以及基于稀疏矩阵的判别(SRC)的人脸识别☆14Updated 7 years ago
- 基于PCA的人脸识别☆31Updated 6 years ago
- ALOT dataset ,multi-class SVM,AdaBoost,K-SVD,LBP,HOG,Gabor☆24Updated 6 years ago
- 简单实现VGG16☆59Updated 6 years ago
- 使用PCA 主成分分析法。人脸识别处理方法如下:照片分组(训练+测试)+构建特征脸空间&训练+识别测试☆10Updated 6 years ago
- cdSRC(Class-Dependent Sparse Representation Classifier) 基于类别的稀疏表示分类器的简单实现,MATLAB代码版本。下面是原论文地址:☆23Updated 10 years ago
- Feature reduction projections and classifier models are learned by training dataset and applied to classify testing dataset. A few approa…