BlinkID C SDK version 5.16.0
|
#include "Export.h"
#include "RecognizerError.h"
#include "Types.h"
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef MB_EXPORTED_TYPE struct MBRecognizerImage | MBRecognizerImage |
Typedef for MBRecognizerImage structure. | |
typedef MB_EXPORTED_TYPE enum MBRawImageType | MBRawImageType |
Typedef for MBRawImageType enum. | |
typedef MB_EXPORTED_TYPE enum MBImageOrientation | MBImageOrientation |
Typedef for MBImageOrientation enum. | |
Enumerations | |
enum | MBRawImageType { MB_RAW_IMAGE_TYPE_BGRA , MB_RAW_IMAGE_TYPE_RGBA , MB_RAW_IMAGE_TYPE_BGR , MB_RAW_IMAGE_TYPE_RGB , MB_RAW_IMAGE_TYPE_GRAY , MB_RAW_IMAGE_TYPE_NV21 } |
Enumeration of all possible raw image types. More... | |
enum | MBImageOrientation { MB_IMAGE_ORIENTATION_ROTATED_LEFT_90 , MB_IMAGE_ORIENTATION_NO_ROTATION , MB_IMAGE_ORIENTATION_ROTATED_RIGHT_90 , MB_IMAGE_ORIENTATION_ROTATED_180 } |
Specifies the orientation of the contents of the image. This is important for some recognizers, especially when performing recognition on the mobile device. More... | |
Copyright (c)2015 MicroBlink Ltd. All rights reserved.
ANY UNAUTHORIZED USE OR SALE, DUPLICATION, OR DISTRIBUTION OF THIS PROGRAM OR ANY OF ITS PARTS, IN SOURCE OR BINARY FORMS, WITH OR WITHOUT MODIFICATION, WITH THE PURPOSE OF ACQUIRING UNLAWFUL MATERIAL OR ANY OTHER BENEFIT IS PROHIBITED! THIS PROGRAM IS PROTECTED BY COPYRIGHT LAWS AND YOU MAY NOT REVERSE ENGINEER, DECOMPILE, OR DISASSEMBLE IT.
enum MBImageOrientation |
Specifies the orientation of the contents of the image. This is important for some recognizers, especially when performing recognition on the mobile device.
enum MBRawImageType |
Enumeration of all possible raw image types.