搜索资源列表
Haar-Liketezheng
- 用adaboost算法检测人脸时,主要是用Haar特征,这个是用c++编写的代码,欢迎大家下载并参考-with adaboost Face Detection Algorithm, it is mainly used Haar features, This is used to prepare the c code and you are welcome to download and reference!
Face_Detection
- 关于基于Haar特征的AdaBoost算法的相关论文,很难找全哦
FaceRecognition
- 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
simpleABdemo
- Adaboost算法的基本思想是:利用大量的分类能力一般的弱分类器(weaker ifier)通过一定的方法叠加(boost)起来,构成一个分类能力很强的强分类器 眼eClassifier),再将若干个强分类器串联成为分级分类器(ClassifierCaseade) 图像搜索检测。本文就是利用Adaboost算法将由类haar特征生成的弱分类器 成为强分类器,再将强分类器串联成为分级分类器。 -Adaboost algorithm basic idea is: the abi
test2
- 基于haarlike特征,采用adaboost分类器的人脸检测系统-face detec
RobustRealtimeObjectDetection
- 人脸实时检测今年来最权威的文章,包括haar小波特征和adaboost的详细原理,violaJones著作。-Robust Real-time Object Detection。
Haar
- 本文章介绍了如何使用海尔算法与adaboost分类实现快速人脸识别功能.-This article describes how to use the Haar and adaboost algorithm to classificate face fastly.
Haar_like
- 找到的一篇基于haar—like特征的adaboost算法的相关论文,很详细-Related papers found an AdaBoost algorithm based on haar-like features in great detail
haar
- 基于adaboost人脸检测,用生成好的样本。(用到OPENCV读取图像的库,使用前请下载opencv244)-Adaboost based face detection with generating good samples.
haarPadaboost
- adaboost算法中用于计算haar特征值的代码-The code used in the adaboost algorithm to compute haar eigenvalues
ViolaJones_version0b_bin
- 用adaboost对人脸检测,利用haar特征对积分图像进行训练,得到强弱分类器(Face detection is done by AdaBoost, and integral image is trained by Haar feature, and the strong and weak classifier is obtained.)