21 #ifndef _INTEGRAL_IMAGE_DATA_H
22 #define _INTEGRAL_IMAGE_DATA_H
37 inline unsigned int Width()
const {
47 return (b.
width ==
width) && (b.height == height);
64 void release() {
delete [] data; data = 0; }
unsigned int Height() const
training pattern geometry: height
Definition: IntegralImageData.h:41
bool operator==(const IntegralImageParams &b) const
to check if parameters are related
Definition: IntegralImageData.h:46
unsigned int width
probably an offset is better than stride
Definition: IntegralImageData.h:33
unsigned int Width() const
training pattern geometry: width
Definition: IntegralImageData.h:37
il dato IntegralImage e' pressoche' equivalente a quello di RawData < uint32_t >
Definition: IntegralImageData.h:52
additional typedef, for portability under win32
IntegralImageParams ParamType
the parameters associated to this data
Definition: IntegralImageData.h:56
void release()
release operator
Definition: IntegralImageData.h:64
parameters required to access to integral image and to create features
Definition: IntegralImageData.h:31