搜索资源列表
lsvm
- 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
facedetectAdaBoostCC
- 人脸检测和识别,基于阿达波斯特原理,程序基于VC-face detection and recognition, Adabeishite based on the principles, procedures based on VC
faceimagesbyrf
- 从老外文章里看到一种基于分类器的人脸检测方法,好不容易搞到这个人脸图像训练集和测试集,现在贡献出来,希望对做人脸检测的朋友有帮助(图像比较全,有彩色人脸图像)-from generals saw an article based on the classification of face detection method finally got the facial image training set and test set, no
rennian
- opencv实现人脸检测 用的是harr分类器-achieve opencv face detection using Harr classifier
1
- 人脸检测程序,使用Adaboost算法训练的分类器,分类效果良好 OpenCV平台-Face detection procedures, the use of Adaboost classifier training algorithm, classification results OpenCV platform
adaboost
- adaboost分类器源代码 adaboost人脸检测matlab算法
Adaboost
- 人脸识别论文:《采用Adaboost算法进行面部表情识别》《动态权值预划分实值Adaboost人脸检测算法》《改进的AdaBoost分类器在视频中的体育场景检测》-Face recognition thesis: the use of Adaboost algorithm to identify facial expressions, dynamic weight pre-classified real Adaboost face
human_face_detection_system
- 本文的目的是借助Paul Viola最新提出的实时特征检测的技术,实现一个能够进行快速人脸检测的系统。并且通过训练,得到尽可能优化的分类器构造参数,从而获得具有高检测速度和检测正确率的人脸检测系统。-The purpose of this paper by drawing on the latest proposed by Paul Viola real-time feature detection technology, to rea
Face
- 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Outpu
FaceDetectionDlg
- 应用OpenCV进行人脸检测。Adaboost算法实现起来比较复杂,应用OpevCV提供的函数和分类器进行人脸检测将十分容易。-Application of OpenCV for face detection. Adaboost algorithm to achieve more complex, applications provided by OpevCV function and classifier for face detec
facedetection
- PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
train_v2
- 一个基于adaboost的人脸检测分类器训练程序,用MATLAB写的,希望能和大家分享-a face detect programme based on adaboost which is written by matlab
DetectionLibrary
- Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster proc
haarcascade_frontalface_alt
- 前脸的分类器 人脸检测分类器,opencv用-Before the face of face detection classifier classifier, opencv with
haarcascade_frontalface_alt2
- 前脸的检测,分类器,训练分类器,人脸检测,opencv-Prior to face detection, classification, and the training classifier, face detection, opencv
fdp-v51
- 神经网络人脸检测程序。采用Gabor变换提取特征,使用前馈网络分类识别。-Face Detection Program。
wode
- 可以使用cv里面自带的分类器进行人脸检测,效果不错-Cv can be used inside the built-in classifier for face detection, good results
MilTracker-V1.0
- 人脸检测,多实例,取多个实例来提取特征,形成一个特征池,分类器仍然是用级联生成,检测效果好,准确率比较高。-Face detection, multi-instance, take multiple instances to extract features, to form a feature pool with cascading classifier is still generating, testing effective,
Adaboost-detection
- 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
hog_svm_facedet
- 使用hog特征以及svm分类实现人脸检测,准确率高(face detection used hog+svm)