搜索资源列表
rennian
- opencv实现人脸检测 用的是harr分类器
haarcascade_frontalface_alt2
- 前脸训练器,能很好的进行分类,适用于人脸检测-foreface train
facedetection
- PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
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 processing, small sized SVM and NN
Adaboost-detection
- 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
112[1]
- 人脸检测根据姿态评估,然后利用adaboost方法训练分类器,是一片值得收藏的文章-Face detection based on posture assessment and classification using adaboost training method, is a worthy collection of articles
body10
- OpenCV训练自己的分类器可以实现人脸检测躯干检测-OpenCV train their own classification
KNN
- 这个程序实现的是knn分类器,用的实例是来人脸识别,来检测分类器的有效性-This program is knn classifier instance is to use face recognition to detect the validity of the classifier
PCA_classifier_version1b
- 许多图像问题需要某种物体的检测,其中图像之间的物体的外观有自然的变化。 如人脸识别,病变检测,神经通道分割。 这些图像问题可以通过手动注释图像对象来解决,以训练识别正常物体外观的模型。 这可以通过基于PCA的最大似然分类器来完成。(PCA algorithm suitable for detection / recognition of 2D image "objects")