搜索资源列表
Cascade_GAB
- cascade分类器进行人脸识别的源代码-cascade classification to the source code Face Recognition
Intelligent_Screen_Saver
- It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to
adaboost
- 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-Based on ADABOOST face detection code, the use of inheritance strategies, including the calculation of features, extraction, ADABOOST training cascade, the last train out
Face-Detection
- 基于Adaboost级联分类的人脸和人眼检测,其中的三个xml是Adaboost分类器参数-Adaboost cascade based on the human face and eye detection, three of which are Adaboost classifier parameters xml
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.
9927397adaboost123
- ada boost cascade ada boost cascade
wws123
- 基于沃尔什特征和增强型Cascade算法的人脸检测2008-Walsh-based features and enhanced face detection algorithm Cascade 2008
facedetec-vcPP
- 训练好的人脸分类器,可直接载入运行,基于adaboost的级联分类器-Trained face classifier, can be directly loaded to run, based on cascade classifier adaboost
Rapid
- 一种快速的Boosted Cascade算法,主要介绍了Boosted Cascade的使用方法和应用-Rapid Object Detection using a Boosted Cascade of Simple Features
Haar-CASCADE
- 使用基于Haar特征的级联分类器进行分类识别-use classifiers based on Haar features for classification.
haarcascade_frontalface_alt2
- 最好的人脸识别haar cascade,用于opencv -best haar cascade for face detection
CascadeClassifierTest
- cascade算法的visual studio实现,用于物体分类。-using cascade algorithm to classification objects.
Plate_Recognition_System
- 一种新的车牌识别方法,利用分级操作提高识别率-A Cascade Framework for a Real-Time Statistical Plate Recognition System
main
- 人脸检测: 第一部分,使用Harr-like特征表示人脸,使用“ 积分图”实现特征数值的快速计算; 第二部分, 使用Adaboost算法挑选出一些最能代表人脸的矩形特征( 弱分类器),按照加权投票的方式将弱分类器构造为一个强分类器; 第三部分, 将训练得到的若干强分类器串联组成一个级联结构的层叠分类器,级联结构能有效地提高分类器的检测速度。(Face detection: In the first part, the Harr-like feature is used t