搜索资源列表
svm
- 支持向量机(SVM)、线形鉴别分析(LDA)、主分量分析(PCA)和人工神经元网络(ANN)源代码
PCAPSVM
- PCA+SVM,对图像进行降维分类,并在yale库上测试取得比较好的效果-PCA+ SVM, dimensionality reduction of image classification, and yale library to achieve better test results
FaceRec
- 基于matlab2008的人脸识别系统,使用了PCA +Adaboost与PCA+SVM分别实现了人脸识别,使用了orl人脸库,给一个人的图片就可以识别此人身份,识别率高达84 -Matlab2008 face recognition system based on use of the PCA + Adaboost achieved with the PCA+ SVM face recognition, respectively, using the orl face database
kpca
- 使用核PcA来识别图片,图片为200张测试图片,200张训练图片,包含在在压缩文件中。-To identify the use of nuclear PcA picture, pictures, for 200 test images, 200 training images, is included in the compressed file.
face-recognition
- 含有PCA经典人脸识别方法和PCA+SVM人脸识别方法-Classical Face Recognition with PCA and PCA+ SVM face recognition method
pcasvm1
- 这是一篇关于PCA/SVM的人脸识别论文并附有我编的源码-This is an paper on PCA/SVM for face recognition papers including my source code
Face-Detection
- 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。-Complete, including skin and actions identified C++ face detection source code, the technology involved are: wavelet analysis, scaling down m
pca-svm
- 基于pca的人脸识别程序,人脸库需要自己下载,供参考-Pca-based face recognition program needs to download face database, for reference
Yale_5G
- Yale,PCA,SVM,matlab,人脸检测,特征提取,人脸识别.-Yale, PCA, SVM, matlab, face detection, feature extraction, 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-and-SVM-Face-recognition
- 采用PCA对人脸特征进行抽取,用SVM多累分类器对人脸进行识别,有操作界面-Using PCA for facial feature extraction, and more tired with the SVM classifier for face identification, a user interface
5
- 本程序实现了用pca,svm实现人脸表情的识别,很精确的结果,具有很高的识别效果-This application implements with pca, SVM realize the recognition face expression, very accurate results, has the very high recognition result
FaceRec_Final
- 5-fold cross valication for Face recognition using PCA, SVM and KNN.
PCAPSVM
- 使用pca+svm进行人脸识别的代码,很详细-detailed code for face recognition using pca+svm
Neural-Network
- This folder contains the following sub-folders which are essential in our project: 1.Raw Data All the raw data collected from Flagstaff hill, CMU Athletic Field, and Railroad on Neville St. 2.Filter Filter to rule out signal of Channel
code-PCA-SVM
- 这是一个包含PCA降维的matlab程序加上用svm分类的一个程序。-This is a PCA dimensionality reduction plus matlab program contains a program with svm classification.
pca_svm
- PCA+svm算法进行人脸识别,识别率在百分之80~90- Face recognition algorithm Pca+ support vector machine Recognition rate of about ninety percent, interested friends can be used as a reference
FaceRec_SourceCode
- 基于PCA-SVM的人脸识别,平均识别率达83 ,是基于matlab开发的。-PCA-SVM-based face recognition, the average recognition rate of 83 , based on matlab development.
FaceRec
- 人脸表情识别matlab程序PCA+SVM算法,SVM分类-orL人脸数据库有数据有图片-Facial expression recognition matlab program PCA+SVM algorithm, SVM classification-orL face
face-Adaboost
- 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)