Welcome![Sign In][Sign Up]
Location:
Search - face recognition svm and pca

Search list

[Graph RecognizeYale_PCASVM

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:

[AI-NN-PRFaceEvaluator

Description: A full implementation of ICA,PCA,LDA,SVM,in both orginal and incremental in model of real time learnign for face recognition.
Platform: | Size: 3522560 | Author: dasf | Hits:

[Special Effectschapter13

Description: 《数字图像处理与机器视觉:Visual C++与Matlab实现》6 支持向量机,综合案例——基于PCA和SVM的人脸识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Recognition System
Platform: | Size: 14796800 | Author: 陈新秋 | Hits:

[matlabKPCA

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:

[Graph Recognizegabor-pca

Description: 本程序是先用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 the dimensions with pca, and finally multi-category classification svm classification and recognition, including the expansion of the complete orl face database, must be noted that, svm toolbox is to use the libsvm toolbox, configured before running libsvm. Version: libsvm-mat-2 [1] .89-3 [FarutoUltimate3.0]
Platform: | Size: 11366400 | Author: | Hits:

[Graph RecognizePCA-SVM-face-recognition

Description: 用PCA 和 SVM 做的人脸识别程序,与大家分享!-To do with PCA and SVM face recognition program, to share with you!
Platform: | Size: 230400 | Author: FYAC | Hits:

[Graph Recognizeface-recognition

Description: 含有PCA经典人脸识别方法和PCA+SVM人脸识别方法-Classical Face Recognition with PCA and PCA+ SVM face recognition method
Platform: | Size: 7272448 | Author: xiaoxiongaa | Hits:

[Special Effectsmatlab-PCA

Description: 基于matlab的PCA人脸识别完成程序,包含特征值与特征向量的提取、训练样本以复制到matlab即可,成功运行,及最后的识别检验-A full implementation of ICA,PCA,LDA,SVM,in both orginal and incremental in model of real time learnign for face recognition
Platform: | Size: 1024 | Author: zhaolei | Hits:

[Graph RecognizePCA-and-SVM-Face-recognition

Description: 采用PCA对人脸特征进行抽取,用SVM多累分类器对人脸进行识别,有操作界面-Using PCA for facial feature extraction, and more tired with the SVM classifier for face identification, a user interface
Platform: | Size: 9036800 | Author: 钟佩 | Hits:

[Graph RecognizeFaceRec

Description: 利用SVM和PCA结合的方法进行的人脸识别实验,希望对于初学模式识别的人有所帮助-Face recognition experiments using SVM and PCA methods, hoping to be helpful for beginner pattern recognition
Platform: | Size: 14787584 | Author: wangxuejun | Hits:

[Graph Recognizeface-recognition-system

Description: 基于PCA和SVM的人脸识别系统,该系统为Matlab源代码编程,利用PCA(主成分分析)和SVM(支持向量机)方法进行训练、识别和测试,人脸识别率为91 。-Based on the PCA and SVM of the face recognition system
Platform: | Size: 9846784 | Author: Alian | Hits:

[Mathimatics-Numerical algorithmsPCAface-recognitionGUI

Description: 利用支持向量机和PCA技术设计人脸识别系统,并作出GUI界面便于理解程序,同时增加可视化。并附带ORL人脸库-Face recognition system with GUI is easy to understand,designed based on SVM and PCA technologies. The file also has ORL face .
Platform: | Size: 10240 | Author: 桂花翅子 | Hits:

[Graph RecognizeFaceRec_facerecognition

Description: 基于SVM和PCA的人脸识别算法,有GUI界面,程序运行良好。-Based on SVM and PCA face recognition algorithm, GUI interface, the program works well.
Platform: | Size: 11124736 | Author: 背着氧气的鱼 | Hits:

[Special Effects13FaceRec

Description: 人脸特征提取与识别matlab程序,主要提取了PCA特征、SVM分类和核方法分类等,代码可以直接使用-Face recognition based on PCA features and Kernel methods, which is used in pattern extraction.
Platform: | Size: 14765056 | Author: 沈来信 | Hits:

[Special EffectsPCA-SVM

Description: 基于PCA和SVM的人脸识别程序,matlab, ORL库-face recognition code Based on PCA and SVM , matlab, ORL face library
Platform: | Size: 4235264 | Author: liu | Hits:

[File Formatface-recognition-of-svm-and-pca

Description: the face recognition of svm and pca-the introduaction of svm and pca,and the use of them in face recognition.
Platform: | Size: 133120 | Author: 卢佳 | Hits:

[AI-NN-PR]ORL+PCA+SVM-11

Description: 编写了用户界面程序实现ocr人脸数据集的识别,使用了svm分类器(A user interface program is developed to realize the recognition of OCR face data set, and the SVM classifier is used)
Platform: | Size: 9047040 | Author: upczhaokai | Hits:

[Otherface-SVM

Description: 用PCA和SVM实现人脸识别,是经典的人脸识别Python代码(Face recognition using PCA and SVM)
Platform: | Size: 2048 | Author: L.Xun | Hits:

[Graph Recognizeface-Adaboost

Description: 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
Platform: | Size: 2048 | Author: L.Xun | Hits:

[matlabPCA+SVM的人脸识别

Description: 使用pca和svm的方法对人脸进行识别和检测,最终达到人脸识别的功能(Face recognition and detection using PCA and SVM methods, and finally achieve the function of face recognition)
Platform: | Size: 2988032 | Author: wangliuxx | Hits:
« 12 3 »

CodeBus www.codebus.net