Structure containing a set of parameters for batch object detection. More...
Attributes | |
| bool | enable |
| Whether to enable the batch option in the object detection module. More... | |
| float | idRetentionTime |
| 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 enable |
Whether to enable the batch option in the object detection module.
Batch queueing system provides:
Default: false
| float idRetentionTime |
Max retention time in seconds of a detected object.
After this time, the same object will mostly have a different id.
| float 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.