搜索资源列表
FaceFeature
- 是一个人脸识别特征提取的Vc代码,很好用,希望对你有帮助!
pca.rar
- 人脸特征提取经典PCA方法的matlab源码,做这方面的朋友不妨试试。,Human Face Feature Extraction classic PCA method matlab source code, make friends in this area worth a try.
PCA_LDA.rar
- 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
MPCACodes
- MPCA程序,用于人脸特征提取,很有用,欢迎交流探讨-MPCA program for facial feature extraction, is useful, welcomed the exchange of
PCA
- 应用PCA进行特征提取和降维,可以应用于数据挖掘,机器学习,人脸识别上!-Application of PCA for feature extraction and dimensionality reduction can be applied to data mining, machine learning, face recognition on!
a
- 基于非负矩阵分解(NMF)的人脸特征提取算法,NMF基本思想是找到一个线性子空间W,使的构成子空间的基本图像的像素点都是正值,而且人脸图像在子空间上的投影系数也是正数-Non-negative Matrix Factorization (NMF) of facial feature extraction algorithm, NMF basic idea is to find a linear sub-space W, so that the composition of sub-space o
eigenface_f
- 实现了给予人脸的特征提取与模式识别,是模式识别中比较经典的实例分析-Achieved a given facial feature extraction and pattern recognition, is the more classic examples of pattern recognition analysis of
ar_dct_lda
- AR人脸库进行DCT变换,然后使用Fisher discriminant analysis 进行特征提取,使用cos分类器进行人脸分类。-AR Face Database for DCT transform, and then use the Fisher discriminant analysis feature extraction, using cos classifier for human face classification.
KL-base-face-recognition
- 通过KL变换实现特征提取从而达到表情识别以及人脸识别的目的-By KL Transform feature extraction so as to achieve the purpose of face recognition and face recognition
Gabor-base-face-recognition
- 基于高波滤波的特征提取技术,从而实现人脸识别和表情识别的目的-Based on high-wave filter feature extraction techniques, in order to achieve the purpose of face recognition and expression recognition
Face-Recognition--System
- 实现人脸图像的采集 预处理 特征提取和图像变换-Collection of face images to achieve feature extraction and image transform preprocessing
gaborsvm1
- 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
svd
- 采用SVD方法进行人脸特征提取,效果非常的不错,放心下载-SVD method using facial feature extraction, the effect is very good, rest assured Download
manface-feature-extraction--examples
- 本例子中有40人脸库,详尽的人脸特征提取例子,大家可以参考学习。-This example has 40 face , detailed facial feature extraction example, we can refer to learn.
facerecexplanation
- 采用传统的方法提取脸部特征以进行人脸识别(Traditional methods are used to extract facial features for face recognition)
人脸识别
- 利用pca和ICA进行特征提取实现人脸识别(Face recognition is realized by feature extraction using PCA and ICA)
LogGabfilter
- 这是loggabor的核心代码,主要实现的是对人脸的特征提取。(This is the core loggabor code, the main achievement is the extraction of the face of the feature.)
人脸识别完整程序
- 人脸识别完整程序,包含人脸检测与定位,特征提取与人脸识别环节(Face recognition complete program, including face detection and localization, feature extraction and face recognition.)
人脸识别
- 人脸特征提取matlab源码。适用于人脸识别的matlab实现。(Facial feature extraction matlab source code. It is suitable for matlab implementation of face recognition.)
基于PCA和SVM的人脸识别系统
- 先通过图像处理提取人脸的各个特征,然后对人脸通过PCA进行降维,然后通过SVM进行人脸识别(Firstly, the features of human face are extracted by image processing, then the dimension of human face is reduced by PCA, and then the face is recognized by SVM)