搜索资源列表
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
- 用c语言实现的adaboost算法,包括adaboost训练器的构建、训练,预测,可运行,有详细注释。-C language of adaboost algorithms, including the construction of adaboost trainer, training, forecasting, operational, and detailed notes.
OpenCV-Adaboost
- opencv 人脸 训练的 一些算法说明 和准备工作-opencv face training preparation instructions and some algorithms
Adaboost_improve
- adaboost训练过程很烦琐,收集了Adaboost的改进算法的论文汇总,对做Adaboost的同志很有帮助-adaboost training process is very cumbersome, a collection of papers Improved Algorithm for Adaboost summary, very helpful for the comrades to do Adaboost
Facerecognitionhandbook
- 介绍当前所有人脸技术的改进工作.包手肤色建模,Adaboost训练,Suan算法等改进算法.-Introduced all the current technology to improve the working face. Packet hand color model, Adaboost training, Suan algorithm to improve the algorithm.
boostingDemo
- adaboost的实现算法,可进行人脸的样本训练-implementation of the AdaBoost algorithm, can be a sample of people face training
adaboost
- 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
TrainingAdaboost
- adaboost 的训练程序,结合OPENCV的训练,可用于各种图形的检测-training adaboost class, also use opencv training example, you can training your own objects for detection.
04.FaceDetect
- adaboost 训练方式 有点失真 但是还是可以算出人脸-adaboost
adaboost
- Adaboost训练分类器的源代码,是快速人脸检测的必备。-It is the code for training classifiers by Adaboost to Face Detection
AdaboostFr
- ADABOOST用于人脸检测的训练和分类程序改进,速度更快。-FOR FACE DETECTION FEATURE EXTRACTION AND CLASSIFICATION WITH QUICKER SPEED
Adaboost-detection
- 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
Adaboost
- Adaboost算法是一类弱分类器,本算法使用adaboost算法实现对于训练数据划分成两个组,然后可以用来进行数据的分类。-Adaboost algorithm is a class of weak classifier, the algorithm uses adaboost algorithm for the training data into two groups, and then can be used for data classification.
adaboost
- adaboost智能算法源程序,将若分类器反复训练得到强分类器,用于二分类问题-adaboost intelligent algorithm source code, will be repeated if the classifier has been trained strong classifier for the two classification
AdaBoost
- 这是一个基于haar特征的adaboost训练算法,包含求取特征,样本训练等,对于初学adaboost的人来说有很大的帮助 -It is a AdaBoost training algorithm based on Haar features, including strike a characteristic sample training for adaboost beginner who has a great help
Adaboost
- 一个实现Adaboost训练和分类的matlab程序,带数据-Adaboost training and classification procedures, with data
adaboost
- adaboost算法的训练和测试代码,简单的实例(The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers.)
adaboost
- 其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。其算法本身是通过改变数据分布来实现的(Adaboost as an iterative algorithm which core idea is to train several different weak classifiers for the same dataset and then collect them together to form a stronger
AdaBoost算法
- 用matlab软件,实现adaboost算法。将数据集划分为训练集和测试集,给训练集的数据贴标签,用训练好的模型来测试测试数据的准确度。(Using Matlab to implement the AdaBoost algorithm. The data set is divided into training set and test set to label the data of the training set, and the accuracy of the test data i