Location:
Search - pca yale matlab
Search list
Description: matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。
Platform: |
Size: 1946 |
Author: 章格 |
Hits:
Description: 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。
Platform: |
Size: 2012 |
Author: 章格 |
Hits:
Description: 在Yale 人脸库上运用PCA+SVM的方法实现了人脸检测,并统计识别率-In the Yale face database using PCA SVM method achieved a face detection and recognition rate statistics
Platform: |
Size: 5402624 |
Author: 舟子还 |
Hits:
Description: matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。-Modular PCA prepared matlab source code to Yale face database as an example. Moduplar PCA first block of the original image, and then on the block after all the sub-image analysis to extract PCA projection characteristics, treatment identification image is first block, and then calculated the characteristics of sub-image in the projector under the projection coefficient, and finally the light of recent Neighbor Classifier classification.
Platform: |
Size: 2048 |
Author: 章格 |
Hits:
Description: 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-pattern PCA use in the Yale face database for face recognition on the matlab source code, sub-mode principal component analysis first of the original image block, and then the same sub-image, respectively, the location of the establishment of sub-image set, in each sub-image Set the use of PCA to extract the features, the establishment of sub-space. Treatment to identify images, by the same block, the respective sub-image to the corresponding sub-space projection, feature extraction. Finally, according to the principle of nearest neighbor classification.
Platform: |
Size: 2048 |
Author: 章格 |
Hits:
Description: pca的matlab实现,very good-achievement of pca with matlab
Platform: |
Size: 3072 |
Author: 刘伟 |
Hits:
Description: 摘要:主成分分析(PCA)的人脸识别算法,以减少的特征向量是涉及到对抽象的特点,改进了主成分分析(一)iUumination算法的变化影响酶原sed.The方法是基于上减低与正常化其相应的标准差的特征向量元素相关联的大特征值的特征向量的影响力的想法。耶鲁大学和耶鲁大学面临的数据库面对数据库B是用来验证-Abstract:In principal component analysis(PCA)algorithms for face recognition,to reduce the influence of the
eigenvectors which relate to the changes of the iUumination on abstract features,a modified PCA ( A)
algorithm is propo sed.The method is based on the idea of reducing the influence of the eigenvectors associated
with the large eigenvalues by normalizing the feature vector element by its corresponding standard deviation.
Th e Yale face database and Yale face database B are used to verify the method.The simulation results show
that,f0r front face and even under the condition of limited variation in the facial po ses the proposed method
results in better perform ance than the conventional PCA and linear discriminant analysis(LDA)approaches.and
the computational cost remains the same as that ofthe PCA,and much less than that ofthe LDA.
Platform: |
Size: 205824 |
Author: 费富里 |
Hits:
Description: 在ORL或Yale标准人脸数据库上完成模式识别任务。用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验.
-Or Yale in the ORL face database, complete the standard pattern recognition tasks. With the PCA and kernel-based PCA (KPCA) method to complete the reconstruction of face image and recognition test.
Platform: |
Size: 1024 |
Author: 李海 |
Hits:
Description: Yale,PCA,SVM,matlab,人脸检测,特征提取,人脸识别.-Yale, PCA, SVM, matlab, face detection, feature extraction, face recognition.
Platform: |
Size: 4284416 |
Author: 张会林 |
Hits:
Description: 使用yale人脸数据库,用PCA降维方法来对人脸数据进行分类的MATLAB代码,附有人脸图片-Yale face , using PCA dimension reduction method to classify data of face of MATLAB code, and comes with a human face images
Platform: |
Size: 1594368 |
Author: yanlun |
Hits:
Description: 对yale人脸数据库进行人脸识别,使用PCA算法,matlab实现,亲测可用,代码标注详细-yale pca matlab face recognition
Platform: |
Size: 1024 |
Author: 梁冬梅 |
Hits:
Description: 基于PCA主成分分析算法和Yale人脸数据库,采用Matlab语言实现的人脸识别程序,整个程序分为预处理、训练、识别、GUI界面控制等几个模块,注释清晰,通俗易懂。(Based on PCA principal component analysis algorithm and Yale face database, the face recognition program is implemented in Matlab language. The whole program is divided into several modules, including pretreatment, training, recognition, GUI interface control and so on. The annotation is clear and easy to understand.)
Platform: |
Size: 2179072 |
Author: linXH |
Hits:
Description: 该系统为基于MATLAB平台的PCA的人脸识别系统,可识别ORL和YALE人脸库,方法实现统一,包括GUI界面。另外可二次开发成摄像头的实时人脸系统,识别出库外人脸,可做成门禁系统,考勤系统,打卡签到系统。实现登记出勤,报警等。
含论文,详细注释。(The system is a PCA face recognition system based on MATLAB platform. It can recognize ORL and yale face database. The method is unified, including GUI interface. In addition, it can be developed into a real-time face system of camera, which can recognize the face outside the warehouse, and can be made into access control system, attendance system, punch in system. Register attendance, alarm, etc.
Including paper and detailed notes.)
Platform: |
Size: 1260544 |
Author: for Matlab |
Hits: