14#ifndef MBIMAGERESULT_H_INCLUDED
15#define MBIMAGERESULT_H_INCLUDED
35 unsigned char const *
data;
59 unsigned char const *
data;
MBRawImageType
Enumeration of all possible raw image types.
Definition: RecognizerImage.h:44
MBImageOrientation
Specifies the orientation of the contents of the image. This is important for some recognizers,...
Definition: RecognizerImage.h:82
Image structure which holds an encoded image.
Definition: ImageResult.h:54
size_t size
Definition: ImageResult.h:56
unsigned char const * data
Definition: ImageResult.h:59
Image structure which can hold a raw and an encoded image returned by recognizers.
Definition: ImageResult.h:72
MBRawImage rawImage
Definition: ImageResult.h:74
MBEncodedImage encodedImage
Definition: ImageResult.h:77
Image structure which holds a raw image.
Definition: ImageResult.h:30
MBSize size
Definition: ImageResult.h:32
MBRawImageType imageType
Definition: ImageResult.h:38
unsigned char const * data
Definition: ImageResult.h:35
MBImageOrientation orientation
Definition: ImageResult.h:41
This structure represents the two-dimensional size of an object.
Definition: RecognizerRunner.h:116