搜索资源列表
ada
- 基于 AdaBoost算法的人脸检测.pdf,希望对各位有帮助
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
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
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.
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
Neural-network-boosting-algorithm
- 提出了基于争议度修改权值的算法 ERstd-AdaBoost,提出了逆向权值分布策略的改 进算法 IB+。-Modify the weights based on the controversial degrees algorithms ERstd-AdaBoost, the the reverse weight distribution strategy improvement algorithm IB+.
MachineLearning
- 机器学习的十大算法,AdaBoost,Apriori,CART,EM,K-means,kNN,PageRank,SVM-Ten machine learning algorithms, AdaBoost, Apriori, CART, EM, K-means, kNN, PageRank, SVM
Adaboost
- adaboost算法研究及分析,详细描述该算法流程以及实现-adaboost algorithm research and analysis, as well as a detailed descr iption of the algorithm implementation process
plate-detection
- 车牌识别的算法描述:Haar特征以及Adaboost分类器-License Plate Recognition Algorithm Descr iption: Haar features and Adaboost classifiers
adaboost
- 最好理解的adboost算法,介绍数据产生,若分类器,强分类器,-The best adboost algorithm understandable presentation of data generated, if the classifier, strong classifier,
adaboost
- 基于adaboost算法的人眼检测系统的设计,比较简单适合新手-The design of the human eye detection system based on adaboost algorithm, simple is suitable for beginners
Pedestrian-Detection
- ICCV2013: 简 称UDN算法,从文中描述的检测效果来看,该方法是所有方法中最好的,并且,效果远超过其他方法。经过对论文和该算法源码的研究,该算法是与作者另外一篇 论文的方法 ,另外的论文算法做图片扫描,得到矩形框,然后用该方法对矩形框进行进一步确认,以及降低误警率和漏警率。另外的论文是:Multi-Stage Contextual Deep Learning for Pedestrian Detection 说得难听一点,这篇文章对行人检测没有多大的贡献。仅仅是用深度学习