搜索资源列表
PCAshuzishibie
- 用PCA进行手写数字识别,主要是用Matlab实现了原始图像的预处理,进而分别采用传统的PCA方法、改进的PCA算法和2维PCA算法进行了数字识别。
SpPCA
- 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。
PCALDA.rar
- 这是自己毕业设计做的PCA和LDA的结合,训练和识别过程都有,用的是ORL库里的图像,具有较高的识别率!,This is the pca+lda,and it has the good recognition!
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,具有很高的识别率,使用的图像是ORL库-This is the pca,and it has the good recognition!
face_recognition
- 基于PCA的人脸识别系统,附带上人脸图像40组。随机选取图像,进行识别。-face recognition
face
- 基于matlab的人脸识别,不包含图像库,使用PCA分析方法-Matlab-based face recognition, image database does not include the use of PCA analysis
face-recognition
- pca又称主成分分析,主要用来提取图像的主要成分,作为特征提取一个重要算法,将其用于人脸识别-pca, also known as principal component analysis, mainly used to extract the main component of the image, as a key feature extraction algorithm, be used in face recognition
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
PCA(MATLAB)
- 使用PCA进行图像识别的matlab程序,很实用。-PCA for image recognition using matlab program, it is practical.
PCA-face-recognition-program
- 图像匹配的matlab pca人脸识别程序 -Image matching matlab PCA face recognition program
PCA_face_configuration
- matlab平台下基于PCA的人脸识别程序。压缩文件中包含测试使用的人脸图像文件。 -Under the PCA face recognition matlab platform is based on the program. People compressed file contains tests using face image files.
pca
- 主成分分析法 实现图像数据的降维 matlab代码编写-PRINCIPAL COMPONENT ANALYSIS OF IMAGE DATA
princa
- 利用MATLAB工具,实现了pca算法,用来对人脸图像进行身份识别,具有较高的识别准确率。-Using the MATLAB tool to achieve the pca algorithm, used to identify the face image, with a high recognition accuracy.
PCA_based Face Recognition
- pca基于MATLAB人脸识别,训练图像有10张图片,根据不同表情识别出是谁的人脸。(pca to Face recognition)
41972254PCA_ORL
- 代码是关于主成分分析的人脸识别,使用orl人脸图像集(The code is about principal component analysis of face recognition using ORL face image set)
PCA2D
- Matlab 平台对二维图像PCA处理,可作为图像数据的预处理。(PCA processing of two dimensional image on Matlab platform)
PCA
- Matlab 平台使用2DPCA对二维图像数据进行降低图片的维度。提高图像处理速度。(The Matlab platform uses 2DPCA to reduce the dimension of the image data for two-dimensional image data. Improve the speed of image processing.)
ewa
- 用pca进行的人脸他图像识别程序最终版本使用MATLAB编程语言。(use pca method to process the recognition the picture of human face,use the matlab.)