21 #ifndef _INTEGRAL_CHANNEL_FEATURE_TRAITS_H
22 #define _INTEGRAL_CHANNEL_FEATURE_TRAITS_H
28 #include "Feature/IntegralChannelFeature.h"
66 return data.data + 1 + params.stride1;
70 return data.data + 1 + x0 + (1 + y0)* params.stride1;
76 return std::pair<int32_t,int32_t>(params.stride1, params.stride2);
Pattern< IntegralImageData > PatternType
complete type loaded by file
Definition: IntegralChannelFeature.h:48
a descritor based on a integral image
Definition: FeatureGenerator.h:36
IntegralImageData DataType
Data provided by this Preprocessor.
Definition: IntegralChannelFeature.h:45
this file declare the virtual feature generator for Integral Channel Features
Definition: IntegralChannelImagePreprocessor.h:70
Definition: IntegralChannelFeature.h:38
parameters required to address a channel params
Definition: IntegralChannelImagePreprocessor.h:36
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
IntegralChannelImagePreprocessor PreprocessorType
Preprocessor used to obtain data.
Definition: IntegralChannelFeature.h:42
method to convert an image sample in integral Channels Image
IntegralChannelImageParams ParamType
parameters used to store data and use with feature extractor
Definition: IntegralChannelFeature.h:51