![]() |
Anonymizer
7.0
SDK for anonymization of human faces and licence plates in images.
|
Configuration structure for Anonymizer state initialization. More...
#include <Anonymizer.h>
Data Fields | |
| ERComputationMode | computation_mode |
| int | gpu_device_id |
| int | num_threads |
Configuration structure for Anonymizer state initialization.
This structure is used to configure and initialize the state of the Anonymizer. It includes settings for computation modes and the number of threads to use for processing.
Definition at line 108 of file Anonymizer.h.
| ERComputationMode computation_mode |
Computation mode (CPU/GPU), depending on the capabilities of the detection backend.
Definition at line 110 of file Anonymizer.h.
| int gpu_device_id |
GPU device ID for detection. Only relevant if computation mode is set to GPU.
Definition at line 111 of file Anonymizer.h.
| int num_threads |
Number of threads used for CPU computation. Even in GPU mode, the remaining parts computed on CPU use num_threads.
Definition at line 112 of file Anonymizer.h.