![]() |
Anonymizer
7.0
SDK for anonymization of human faces and licence plates in images.
|
Anonymizer data types and definitions. More...
Data Structures | |
| struct | AnBuffer |
| Image buffer enclosing structure. More... | |
| struct | AnDetectionParams |
| Control parameters for detected objects to be anonymized. More... | |
| struct | AnParams |
| Control parameters for the anonymization process. More... | |
| struct | AnConfig |
| Configuration structure for Anonymizer state initialization. More... | |
Typedefs | |
| typedef void * | ANState |
| Handle to Anonymizer SDK library. More... | |
Enumerations | |
| enum | AnObjectType { AN_FACE = 0, AN_LP, AN_NUM_OBJECT_TYPES } |
| Objects to anonymize. More... | |
Anonymizer data types and definitions.
| typedef void* ANState |
| enum AnObjectType |
Objects to anonymize.
This enumeration lists the types of detection objects used for accessing parameters of particular objects for anonymization in the AnParams structure.
| Enumerator | |
|---|---|
| AN_FACE | Index of .object_params field of AnParams structure for face detection |
| AN_LP | Index of .object_params field of AnParams structure for license plate detection |
| AN_NUM_OBJECT_TYPES | Number of currently supported objects for anonymization |
Definition at line 73 of file Anonymizer.h.