文件名称:AsimpleABdemod
- 所属分类:
- Windows编程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- chenh******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Adaboost算法的基本思想是:利用大量的分类能力一般的弱分类器(weakerifier)通过一定的方法叠加(boost)起来,构成一个分类能力很强的强分类器眼eClassifier),再将将若干个强分类器串联成为分级分类器(ClassifierCaseade)图像搜索检测。本文就是利用Adaboost算法将由类haar特征生成的弱分类器成为强分类器,再将强分类器串联成为分级分类器。
-The basic idea of Adaboost algorithm is: classification ability of a large number of weak classifier (weakerifier) superimposed by a certain method (boost) together constitute a classification of very strong classifier the eye eClassifier), then will a number of strong The classifiers series Classification (ClassifierCaseade) image search detection. This article is the use of a weak classifier Adaboost algorithm will be generated by the class of haar features a strong classifier, then the strong classifier in series to become a hierarchical classifier.
-The basic idea of Adaboost algorithm is: classification ability of a large number of weak classifier (weakerifier) superimposed by a certain method (boost) together constitute a classification of very strong classifier the eye eClassifier), then will a number of strong The classifiers series Classification (ClassifierCaseade) image search detection. This article is the use of a weak classifier Adaboost algorithm will be generated by the class of haar features a strong classifier, then the strong classifier in series to become a hierarchical classifier.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AsimpleABdemod\ABdemo\AdaBoost.m
..............\......\AdaBoostClassify.m
..............\......\SingleWeakLearner.m
..............\......\SingleWeakLearnerROC.m
..............\......\StrongClassify.m
..............\......\TestAdaBoost.m
..............\......\Toy.m
..............\......\WeakClassify.m
..............\......\WeakClassifyBatch.m
..............\......\WeakClassifyROC.m
..............\......\WeakLearner.m
..............\ABdemo
AsimpleABdemod
..............\......\AdaBoostClassify.m
..............\......\SingleWeakLearner.m
..............\......\SingleWeakLearnerROC.m
..............\......\StrongClassify.m
..............\......\TestAdaBoost.m
..............\......\Toy.m
..............\......\WeakClassify.m
..............\......\WeakClassifyBatch.m
..............\......\WeakClassifyROC.m
..............\......\WeakLearner.m
..............\ABdemo
AsimpleABdemod