Structure containing a set of parameters for batch object detection. More...
Data Fields | |
bool | enable |
Whether to enable the batch option in the object detection module. More... | |
float | id_retention_time |
Max retention time in seconds of a detected object. More... | |
float | latency |
Trajectories will be output in batch with the desired latency in seconds. More... | |
Structure containing a set of parameters for batch object detection.
The default constructor sets all parameters to their default settings.
bool SL_BatchParameters::enable |
Whether to enable the batch option in the object detection module.
Batch queueing system provides:
Default: false
float SL_BatchParameters::id_retention_time |
Max retention time in seconds of a detected object.
After this time, the same object will mostly have a different id.
float SL_BatchParameters::latency |
Trajectories will be output in batch with the desired latency in seconds.
During this waiting time, re-identification of objects is done in the background.