搜索资源列表
PCA
- PCA算法,用于人脸识别的特征提取步骤,是目前最通用的传统的人脸识别算法。通过构建特征子空间进行降维
attfaces.zip
- 机遇PCA的人脸识别,包括图像读取,PCA降维以及机遇简单贝叶斯分类,PCA Face Recognition opportunities, including the image read, PCA dimensionality reduction as well as the opportunity for easy Bayesian Classifier
PCA
- pca降维使用 程序短小精悍 上面附有中文简短介绍 希望大家可以很好利用改进 huisedediaodiao@yahoo.com.cn 可以和我联系-pca
fsvmPpca-face-Recognition
- 首先用PCA对ORA人脸图像降维,然后用模糊支持向量机对提取的特征向量进行分类,识别率较高。-First using PCA for dimensionality reduction ORA face image, and then use fuzzy support vector machine to classify the extracted feature vectors, the recognition rate is higher.
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
adaSSR
- 人脸识别,自适应SSR光照处理方法,并包含PCA降维算法-face recognition, adaSSR, pca
reduce-dimention-of-face-recognition
- 在人脸识别中的降维问题,应用PCA和SVD等方法来分析和解决-Dimensionality reduction in face recognition problems, the application of methods such as PCA and SVD to analyze and solve
PCAPLDA
- 这是一个很好的人脸识别的程序,首先用PCA降维,然后用LDA方法进行分类,用的是ORL人脸库。-This is a good face recognition program, the first PCA dimension reduction, classification, and then using the LDA method, use the ORL face database.
Jonathan-Huangpca-pca-jiang-wei
- 人脸特征提取LDA特征,Jonathan Huang大师编的降维。-Facial feature extraction LDA dimensionality reduction of features, master series.
FaceRec
- 人脸识别系统 PCA降维, SVM 分类, 40*10人脸数据库 对机器视觉 智能识别有帮助 -face recognition
wangwei
- 基于ORL人脸库的人脸识别,基于PCA降维、K邻域识别法;以及PCA降维,Fisher判别-Face recognition based on the ORL database, based on the PCA dimension K neighborhood identification method PCA dimension, Fisher discriminant
mypca
- matlab下实现的pca降维算法,降低数据维数,保留数据的主特征-pca dimensionality reduction algorithm on matlab
PCA
- 有监督的PCA降维方法,还算比较好用,识别率能达到80 以上-Supervision PCA dimensionality reduction method is fairly easy to use, the recognition rate can reach more than 80
PCA
- pca人脸识别 基于代数统计的方法是使用统计学观点提取基向量,之后将人脸向量投影到基向量上,得到的投影值即为不同的人脸图像特征,这种方法利于操作,比较灵活。本次设计采用PCA方法对人脸进行降维,提取特征。 -pca face recognition based on the statistical method Generation is extracted base vectors using a statistical point of view, and then the vector
PCA
- 图像处理中经典的PCA算法,几乎每一步的降维之前都要用到 实用性很强-PCA classical image processing algorithms, almost every step of dimension reduction should be used in very practical before
fastPCA
- 快速PCA算法,用于对大规模数据进行PCA降维,节省时间-fastPCA for large scale data which can save proceeding timE
0-9-digital-recognition
- 基于MATLAB平台的通过PCA降维后利用支持向量机SVM的0-9数字识别,适合初学者学习使用-The MATLAB platform by PCA after dimension reduction using 0-9 digital recognition with support vector machine based on SVM, suitable for beginners learning to use
code-PCA-SVM
- 这是一个包含PCA降维的matlab程序加上用svm分类的一个程序。-This is a PCA dimensionality reduction plus matlab program contains a program with svm classification.
KPCA-ORL
- 随着人脸识别越来越受到重视,而人脸识别中特征降维又很重要,所以特征降维算法也很重要。因此PCA降维算法很重要-Dimensionality reduction for Face Recognition
pca
- 主成分分析法 实现图像数据的降维 matlab代码编写-PRINCIPAL COMPONENT ANALYSIS OF IMAGE DATA