搜索资源列表
ada
- 基于 AdaBoost算法的人脸检测.pdf,希望对各位有帮助
original
- these are the original publications of Haar-like features and Adaboost framework, which form the basis of the newest object detections technology
An_Introduction_to_Boosting
- 一篇介绍Adaboost算法的文章,有很大的用处,大家
adaboost人脸检测训练算法
- adaboost人脸检测训练算法的技术原理与实施细节
code_about_AdaBoost.rar
- AdaBoost算法中寻找最优阈值分类器的代码优化.htm,AdaBoost algorithm to find the optimal threshold classifier code optimization. Htm
lect16-slides
- 一个关于adaboost算法的ppt,对毕业设计的同学有实用价值--this is a adaboost algorithm ppt,and it is my starting program of researching work on adaboost,it is valuable for you application
adaboost_face_rec
- adaboost 人脸表情识别的好文章,详细明了-these are some good articles about face recognition using adaboost
Haartraining_for_pedestrian
- this document explains the process of training a pedestrian detector using Viola and Jones’ cascaded classifier approach. it was originally
PedestrianDetectionMethodBasedonAdaboostAlgorithm.
- Adaboost算法简单可靠、学习精度高的特点,提出一种基于Adaboost算法的行人实时检测方法的论文。-Adaboost algorithm is simple, reliable, high precision, the characteristics of study proposed, based on Adaboost algorithm for real-time detection method of pedestrian papers.
AdaBoost-SVM-paper
- 基于adaboost 和svm 的检测算法研究,论文来的 里面用到opencv的相关库-AdaBoost SVM paper
Monocular-Pedestrian-Detection-__-survey-and-expe
- The objective of this paper is to provide an overview of the current state of the art from both methodologicaland experimental perspectives. The first part of the paper consists of a survey. We cover the main components of a pedestrian detection syst
Improvements-of-object-detection
- 通过fisher对hog特征降维,并用于物体检测-We present a method for object detection that combines AdaBoost learning with local histogram features. On the side of learning we improve the performance by designing a weak learner for multi-valued features based on Weighte
3
- 用于眼睛定位二维级联分类器的介绍,内容不错,不过是英文的-2D Cascaded AdaBoost for Eye Localization
10-da--suanfa
- 讲述了最著名的十大数据挖掘算法,经典资料,国际权威的学术组织the IEEE International Conference on Data Mining (ICDM) 2006年12月评选出了数据挖掘领域的十大经典算法:C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART.-About the top ten most famous data mining algorithms, the
face-detection(ada)
- 人脸识别方面的论文,给予AdaBoost算法-Face recognition papers, give AdaBoost algorithm
OpenCV-FaceDetect
- 文章描述了如何基于OpenCV在嵌入式平台上利用类Haar特征和Adaboost算法实现人脸检测,并讨论了如何在嵌入式平台上优化算法。-The article describes how the class Haar features and the Adaboost algorithm embedded platform based on OpenCV face detection, and discussed how optimization algorithms on embedded p
Adaboost-Algorithm
- 2001年第一次提出应用于人脸检测的adboost分类算法。能够用于二分类。-In 2001, the adaboost algorithm was first come up as the method to solve the problem of face detection.
Adaboost
- adaboost算法研究及分析,详细描述该算法流程以及实现-adaboost algorithm research and analysis, as well as a detailed descr iption of the algorithm implementation process
adaboost
- 基于adaboost算法的人眼检测系统的设计,比较简单适合新手-The design of the human eye detection system based on adaboost algorithm, simple is suitable for beginners
adaboost
- Now, you ought to implement the AdaBoost.M1 and AdaBoost.M2 algorithms. These algorithms are two versions of the AdaBoost algorithm for handling the Problems with more than two classes. You must first read the paper “Experiments with a New Boosti