搜索资源列表
Ada_car.rar
- training adaboost to detect car number,training adaboost to detect car number
gacv02
- gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
FaceRecognition
- 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
adaboost
- 基于adaboost的人脸检测多篇小论文,pdf档-the article of facial detect based on adaboost
human_face_detect_facemodel
- 人脸检测系统源码,准确定位,检测人脸,具有很强的抗噪能力,背景去除,最最关键的一步是肤色匹配,提供了人脸模型,算法自己看,绝对好东西-Human face detection system source code, accuratly position and detect face, which has a strong anti-noise ability. It is widely used in machine vision, pattern recognition, security
train_v2
- 一个基于adaboost的人脸检测分类器训练程序,用MATLAB写的,希望能和大家分享-a face detect programme based on adaboost which is written by matlab
fdp-v51
- Face detection project based on Adaboost algorithum.
detection3
- 在AdaBoost人脸检测的基础上,对眼睛实现精确定位。先得到人脸图像的谷区域图像, 再获取眼睛的候选点,综合分离度信息和霍夫变换的结果来计算每一个眼睛对的代价函数,找到比较 准确的眼睛位置。-In the AdaBoost face detection based on the accurate positioning of the eyes. Obtain prior approval from the image of the Valley area face images,
porn-detect-c.tar
- firefox extension porno adaboost
AdaBoost-alagorithm-on-face-detect
- 关于adaboost 在人脸上应用的说明简介word 文档-a example about the alagriothm adaboost applied on face detect
gledcv
- gabor feature+adaboost detect objects
target-context-detect-recognition
- 在分类器的研究方面,提出了一种改进的AdaBoost算法,包括距离相关的判别准则,和基于核的感知器强分类器优化方法 -Classifier, there is proposed an improved AdaBoost algorithm, including the distance related criterion optimization method, and the strong classifier is based on the perception of the nucle
_matlab-face-detect
- 简单的人脸识别代码,使用的工具是matlab是用的adaboost算法进行特征提取和分类-Simple face recognition code, the tools matlab AdaBoost algorithm for feature extraction and classification
HOG-adaboost
- HOG adaboost pedestrian-detect
detect
- 用adaboost分类器实现人脸检测的小程序-With adaboost classifier for face detection applet
plate-crad-detect
- 基于haar+adaboost的车牌检测系统,可以说,国内前几名。 高清大图,小目标的车牌检测性能很好。可以支持多目标检测,检测速度1080P 时间在100ms以内,针对雨雾天,污迹,脏的车牌检测效果很好。 系统采用标准C C++开发,方便移植到linux,arm等-Based haar+adaboost license plate detection system, it can be said before the domestic few. HD big picture, lice
adaboost
- 自己写的adaboost,用于车辆检测等物体检测-adaboost algorithm,used for car and people detect
adaboost-face-detect
- C实现的基于adaboost算法的人脸检测程序及人脸库-C-based implementation adaboost algorithm face detection process and face
detect
- 基于opencv的haar+adaboost训练器的人脸和人眼检测,带有训练好的xml文件。-Opencv based haar+ adaboost face and eye detection trainer, having trained xml file.
main
- 人脸检测: 第一部分,使用Harr-like特征表示人脸,使用“ 积分图”实现特征数值的快速计算; 第二部分, 使用Adaboost算法挑选出一些最能代表人脸的矩形特征( 弱分类器),按照加权投票的方式将弱分类器构造为一个强分类器; 第三部分, 将训练得到的若干强分类器串联组成一个级联结构的层叠分类器,级联结构能有效地提高分类器的检测速度。(Face detection: In the first part, the Harr-like feature is used t