BlinkID C SDK version 5.16.0
|
Image structure which holds a raw image. More...
#include <ImageResult.h>
Data Fields | |
MBSize | size |
unsigned char const * | data |
MBRawImageType | imageType |
MBImageOrientation | orientation |
Image structure which holds a raw image.
unsigned char const* MBRawImage::data |
Data of the image.
MBRawImageType MBRawImage::imageType |
Type of the image.
MBImageOrientation MBRawImage::orientation |
Orientation of the image.
MBSize MBRawImage::size |
Structure containing width and height of the image.