搜索资源列表
1
- 人脸检测程序,使用Adaboost算法训练的分类器,分类效果良好 OpenCV平台
FaceDection
- 基于opencv和vc++2005,用adaboost实现的人脸检测系统,检测率很高,速度很快,值得看看!
FaceRecognition
- Adaboost 正面人脸识别; 必须先装上OPENCV,编译环境乃是visual studio 2005
ccppsource
- 很好很强大,使用OpenCv AdaBoost
人脸检测
- adaboost人脸检测的程式 於opencv
gacv02
- gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
opencv
- adaboost算法 人脸识别 用opencv实现的,供大家学习交流-Face recognition algorithm adaboost
facedetection
- 基于opencv静态人脸检测程序 visual c++ 基于adaboost算法-face detection using Adaboost
FaceRecognition
- 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
OpenCV-Adaboost
- opencv 人脸 训练的 一些算法说明 和准备工作-opencv face training preparation instructions and some algorithms
facedetect_harrcascade
- 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
ViolaJones_IJCV
- 基于adaboost的人脸检测,大牛写的,后来写的OPENCV人脸检测都是根据他的这篇论文写的,很有价值-Robust Real-time Object Detection
base-Adaboostface-detectpaper
- 基于adaboost 的人脸检测算法研究,论文来的 里面用到opencv的相关库-base Adaboostface detectpaper using opencv
Face-detection-LBP
- 针对LBP的人脸检测算法的文章3篇,区别于adaboost的人脸检测算法,opencv有相应的训练数据库。-For three of the articles of the LBP face detection algorithm, the face detection algorithm is different from adaboost, opencv training database.
adaboostFace
- Adaboost人脸检测,用opencv写的,有借鉴作用-Adaboost face detect
adaboost
- 用python实现的adaboost的源码-implemented adaboost with python without opencv
haar
- 基于adaboost人脸检测,用生成好的样本。(用到OPENCV读取图像的库,使用前请下载opencv244)-Adaboost based face detection with generating good samples.