21 #ifndef _ADABOOST_COMMON_H
22 #define _ADABOOST_COMMON_H
35 template<
class PreprocessorType>
PatternAggregator< WeightedPattern< typename PreprocessorType::DataType >, typename PreprocessorType::ParamType > AggregatorType
The inner Aggregator:
Definition: AdaBoostCommon.h:39
an Aggregagtor specific for AdaBoost, with a WeightedPattern PatternType
Definition: AdaBoostCommon.h:36
DataSetHandle< HaarAdaBoostAggregator > HaarAdaBoostDataSetHandle
DataSet usend internally in Haar+AdaBoost.
Definition: AdaBoostCommon.h:53
extend Pattern object with a weight
AdaBoostPatternAggregator< IntegralChannelImagePreprocessor >::AggregatorType ICFAdaboostAggregator
ICF+AdaBoost Weight.
Definition: AdaBoostCommon.h:49
method to convert an image sample in integral image preprocessors
macro used to declare a PatternAggregator
implement the generic pattern object
method to convert an image sample in integral Channels Image
Help declaring some traits.
Definition: Aggregator.h:30
AdaBoostPatternAggregator< IntegralImagePreprocessor >::AggregatorType HaarAdaBoostAggregator
Pattern involved in Haar+AdaBoost training procedure.
Definition: AdaBoostCommon.h:46