21 #ifndef _HAAR_FEATURE_TRAITS_H
22 #define _HAAR_FEATURE_TRAITS_H
28 #include "Feature/HaarFeature.h"
67 return data.data + 1 + params.stride;
72 return data.data + 1 + x0 + (1 + y0)* params.stride;
Pattern< IntegralImageData > PatternType
complete type loaded by file
Definition: HaarFeature.h:48
Definition: IntegralImagePreprocessors.h:36
this file generates all the possible haar feature
a descritor based on a integral image
IntegralImageParams ParamType
parameters used to store data and use with feature extractor
Definition: HaarFeature.h:51
IntegralImageData DataType
Data provided by this Preprocessor.
Definition: HaarFeature.h:45
Definition: FeatureGenerator.h:36
HaarFeatureGenerator FeatureGeneratorType
feature extractor on Aggreagator
Definition: HaarFeature.h:54
method to convert an image sample in integral image preprocessors
Definition: HaarFeature.h:38
implement the generic pattern object
declare the SourceDataSet template class
il dato IntegralImage e' pressoche' equivalente a quello di RawData < uint32_t >
Definition: IntegralImageData.h:52
declare DECLARE_BASE_TRAITS traits
IntegralImagePreprocessor PreprocessorType
Preprocessor used to obtain data.
Definition: HaarFeature.h:42
parameters required to access to integral image and to create features
Definition: IntegralImageData.h:31