搜索资源列表
PCA_ORL
- Matlab环境下,实现用PCA方法提取EigenFace,之后通过SVM方法对人脸图像进行分类识别。-Face recognition via PCA and SVM method
FaceEvaluator
- A full implementation of ICA,PCA,LDA,SVM,in both orginal and incremental in model of real time learnign for face recognition.
project
- Svm based face detector code
svm
- svm用于人脸识别,效果还行!matlab,可以学习!-face recognize based on svm,its nice to learn!
KPCA
- 在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 reco
svm
- this code implements a svm face recognition
fdsvm10
- face detection using SVM on Matlab
CODE
- 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
gaborsvm1
- 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
ORA
- face detected in matlab SVM algorithm
svm-base-fr
- face detection + SVM in matlab
fdSVM
- 基于SVM的人脸识别系统,matlab实现,google code 最新代码。-face recgonition based on SVM,impleted on Matlab .The code is downloaded from google this days.
matlab-face-detection
- pca+svm 与pca +adaboost 人脸检测,里面包含有程序的详细说明-pca+svm, pca+adaboost people face detection, which contains a detailed descr iption of the program
svm.zip
- 基于支持向量机的人脸年龄估计matlab仿真。,Face Age estimated based on support vector machine matlab simulation.
chapter13
- matlab实现PCA和SVM人脸识别 主成分分析 和 支持向量机-the matlab realize PCA and SVM face recognition
fdtool
- 利用局部二位模式和haar特征进行人脸或目标识别。-This toolbox provides some tools for objects/faces detection using Local Binary Patterns (and some variants) and Haar features. Object/face detection is performed by evaluating trained models over multi-scan windows with
face
- Matlab PCA+SVM人脸识别,通过PCA和SVM算法达到人脸识别的功能。-Matlab PCA+SVM,To identify people s face.
SVM-face-recog
- 人脸识别的SVM算法,运行正确。采用Matlab编写。-SVM algorithm for face recognition, running correctly。Based on matlab.
svm
- 利用matlab实现svm函数包的调用,在人脸数据库yale上进行人脸识别-using matlab to apply function svm to achive scan face on the data of yale
基于PCA和SVM的人脸识别系统
- 先通过图像处理提取人脸的各个特征,然后对人脸通过PCA进行降维,然后通过SVM进行人脸识别(Firstly, the features of human face are extracted by image processing, then the dimension of human face is reduced by PCA, and then the face is recognized by SVM)