![]() |
Anonymizer
7.0
SDK for anonymization of human faces and licence plates in images.
|
Image buffer enclosing structure. More...
#include <Anonymizer.h>
Data Fields | |
| unsigned char * | raw_data |
| size_t | length |
Image buffer enclosing structure.
This structure encapsulates an image buffer, which may contain raw image data or JPEG-encoded data.
Definition at line 37 of file Anonymizer.h.
| size_t length |
Length of the buffer in bytes.
Definition at line 40 of file Anonymizer.h.
| unsigned char* raw_data |
Byte array of data (raw image data or JPEG-encoded data).
Definition at line 39 of file Anonymizer.h.