Anonymizer  7.0
SDK for anonymization of human faces and licence plates in images.
Types and Definitions

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...
 

Detailed Description

Anonymizer data types and definitions.

Typedef Documentation

◆ ANState

typedef void* ANState

Handle to Anonymizer SDK library.

See also
anInit

Definition at line 30 of file Anonymizer.h.

Enumeration Type Documentation

◆ 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.