5.3.4.126. Function tracking_alloc_data

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