Anonymizer  7.0
SDK for anonymization of human faces and licence plates in images.
AnBuffer Struct Reference

Image buffer enclosing structure. More...

#include <Anonymizer.h>

Data Fields

unsigned char * raw_data
 
size_t length
 

Detailed Description

Image buffer enclosing structure.

This structure encapsulates an image buffer, which may contain raw image data or JPEG-encoded data.

Examples
example-buffers.cpp.

Definition at line 37 of file Anonymizer.h.

Field Documentation

◆ length

size_t length

Length of the buffer in bytes.

Examples
example-buffers.cpp.

Definition at line 40 of file Anonymizer.h.

◆ raw_data

unsigned char* raw_data

Byte array of data (raw image data or JPEG-encoded data).

Examples
example-buffers.cpp.

Definition at line 39 of file Anonymizer.h.


The documentation for this struct was generated from the following file: