5.3.4.81. Function tracking_alloc_data¶
Defined in File tracking_compute.h
5.3.4.81.1. Function Documentation¶
-
tracking_data_t *tracking_alloc_data(const size_t max_history_size, const size_t max_RoIs_size)¶
Allocation of inner data required to perform the tracking.
- Parameters
max_history_size – The maximum size of the history window (number of frames memorized in the history of RoIs).
max_RoIs_size – The maximum number of RoIs per frame.
- Returns
The allocated data.