搜索资源列表
svmface1
- svm人脸识别检测程序,主要是以orl为人脸图象库
Yale_PCASVM
- 在Yale 人脸库上运用PCA+SVM的方法实现了人脸检测,并统计识别率
An-HOG-LBP-Human-Detector
- 一种基于HOG-LBP特征的人脸检测方法,对于遮挡的人体非常有效。-By combining Histograms of Oriented Gradients (HOG) and Local Binary Pattern (LBP) as the feature set, we pro- pose a novel human detection approach capable of handling partial occlusion. Two kinds of detectors
YCgCrandSVM
- 基于肤色分割和SVM的人脸检测的MATLAB 代码,主要是利用YCgCr来来进行肤色建模,然后结合SVM进行检测。 希望对您有所帮助!-Based on skin color segmentation and SVM Face Detection MATLAB code, mainly used to carry out color YCgCr to model, and then tested with SVM. Want to help you!
SVM_FACE
- 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
Complete-identification-including-skin-and-the-act
- 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识-The purpose of this paper is to provide an I developed SSE optimized, C++ library, used for face d
train
- 进行svm分类器的训练,作为人脸检测的人脸分类器-For svm classifier training as face detection face classifier
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
Yale_5G
- Yale,PCA,SVM,matlab,人脸检测,特征提取,人脸识别.-Yale, PCA, SVM, matlab, face detection, feature extraction, face recognition.
SVM
- 使用SVM实现人脸检测,能够帮助初学者了解SVM的原理-face detection by using svm,which can help seniors to learn SVM
Color-rendering.
- 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识。-Face expression identification code, part of the realization of the algorithm and write the purpo
FaceRec-SVM
- 基于SVM的人脸检测。优化了部分代码。可以参考一下,各位亲们。-SVM-based face detection. Optimize the part of the code. Reference, you pro.
flandmark-master
- 人脸检测flandmark-master-Detector of Facial Landmarks Learned by the Structured Output SVM
SVM1
- SVM人脸检测,对人脸进行分类检测,其主要功能是构造分类器对人脸进行识别-face detection
Face_recognize
- matlab代码实现人脸检测识别,提取人脸图像的kpca特征利用图像匹配快速识别人脸。-matlab face recognition kpca svm
proj4
- 使用滑动窗的人脸检测,滑动窗口能够独立地对图片块进行分类,以确定是否属于被检测目标。内容如下: 1)载入正样本训练集(人脸),并将其转化为HoG特征 2)载入负样本训练集(没有人脸的任意场景),也将其转化为HoG特征 3)使用SVM,对分类器进行训练,训练集包括正训练集和负训练集 4)使用训练好的分类器,在不同的尺度上,对测试集进行分类 -Face detection with a sliding window.
patturnpatternclassification
- 支持向量机方法,用matlab实现,用于分类检测,模式识别,人脸检测等-Support vector machine (SVM) method, matlab, used for classification, pattern recognition, face detection, etc
python_face_recog
- 基于python+opencv 的 人脸识别,对一段视频进行读取,并检测出人脸,然后进行PCA 降维,最后用SVM进行人脸识别,识别率94%左右。(Based on python + opencv face recognition, a video was read, and face detection, and then PCA dimension reduction, and finally SVM face recognition, recognition rate of about 9
hog_svm_facedet
- 使用hog特征以及svm分类实现人脸检测,准确率高(face detection used hog+svm)
人脸识别
- 完整人脸识别程序和说明,该程序是中的人脸检测系统的克隆。 而神经网络,它是基于支持向量机(SVM)Machin(Complete face recognition program and descr iption)