![]() |
Anonymizer
6.0.1
SDK for anonymization of human faces and licence plates in images.
|
Anonymizer data types and definitions. More...
Data Structures | |
struct | AnROI |
Region Of Interest Region Of Interest (ROI) defines image area where anonymization is applied. The ROI is defined by its top left point and size. The active pixels of regions are defined by closed ranges <x,x+width-1>, <y,y+height-1> More... | |
struct | AnBuffer |
Image buffer enclosing structure. More... | |
struct | AnParams |
Control parameters. More... | |
Macros | |
#define | ANONYMIZE_FACE 1 |
Flag for face anonymization. More... | |
#define | ANONYMIZE_LP 2 |
Flag for licence plate anonymization. More... | |
Typedefs | |
typedef void * | ANState |
Handle to Anonymizer SDK library. More... | |
Anonymizer data types and definitions.
#define ANONYMIZE_FACE 1 |
Flag for face anonymization.
When satisfied AnParams.iMode & ANONYMIZE_FACE the face anonymization is performed.
Definition at line 33 of file Anonymizer.h.
#define ANONYMIZE_LP 2 |
Flag for licence plate anonymization.
When satisfied AnParams.iMode & ANONYMIZE_LP the licence plate anonymization is performed.
Definition at line 38 of file Anonymizer.h.
typedef void* ANState |