搜索资源列表
opencvrenlian
- 基于opencv的快速人脸检测使用adboost方法-opencv based on the rapid use of face detection method adboost
Adaboost_face_Identify
- 一种Adboost算法的改进算法,可以较好的实现快速人脸检测
BoostingLbp
- 用adboost方法实现人脸检测,本程序采用vc++编程环境
人脸检测代码
- 人脸检测 adboost
adaboost vc++ 2005 源码
- adboost vc++实现
matlab 实现人脸识别
- 基于Adboost的人脸检测系统
人脸检测
- 详细介绍了ADBOOST人脸检测的原理,有文章和matlab代码
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
adaboost.rar
- adboost分类器 matlab源程序 用于训练样本 实现分类 ,adboost classfication
Adaboost_train
- ADBOOST的训练代码,有供训练的数据,弱分类器训练,强分类器训练,和错误率,对理解ADABOOST是很好的例程-codes of adaboost traning,containing data for traning, implementation of weakleaner and cascad,and error as well,it can help us leaning ADABOOST
adboost_cascade
- 基于adaboost的人脸检测算法,包括训练,修改了数据读取结构,降低了内存需求-Based on adaboost face detection algorithms, including training, to modify the data read structure, reducing the memory requirements
Adaboost
- 这是一个比较实用的ADBOOST算法的源代码,它是比较准确,希望大家喜欢。-This is a more practical algorithm ADBOOST source code, it is more accurate, I hope you like.
facedetect
- adboost算法下的人脸检测,以及opencv-adboost under the face detection algorithm, as well as opencv
AdaBoostHumanFaceDetection
- Adboost关于人脸的检测程序(VC++),利用MFC控件实现的。-Use adboost to detect human face(VC++),and it is a MFC project.
facea
- 介绍了基于adboost人脸检测和HMM的识别方法,有一定代表性,适合初学者学习-Introduced based on adboost face detection and identification of HMM methods, representative of a certain, suitable for beginners to learn
adaboost_talk123
- adboost算法talk的很经典,绝对经典-Talk adboost algorithm is classic, absolute classic
TIchinese_A1318
- adboost源码c++实现,可以看看,绝对经典-Adboost source of c++, can see.Absolute classic.
Hongbo
- adboost算法的ppt文档,初学者可以-adboost algorithm ppt documents, beginners can take a look
Adboost-face-detection
- 描述了应用adboost进行人脸检测时,训练的过程-Describes the application adboost for face detection, the training process
adboost
- 一个用于分类的adboost经典算法demo,算法单个决策桩为一层,可对决策桩权重进行更新,程序可直接运行。