5.3.4.47. Function features_RoIs0_RoIs1_write

5.3.4.47.1. Function Documentation

void features_RoIs0_RoIs1_write(FILE *f, const int prev_frame, const int cur_frame, const RoIs_basic_t *RoIs0_basic, const RoIs_misc_t *RoIs0_misc, const RoIs_basic_t *RoIs1_basic, const RoIs_misc_t *RoIs1_misc, const vec_track_t tracks)

Print two tables of RoIs, one at \(t - 1\) and one at \(t\).

See also

_features_RoIs0_RoIs1_write for the explanations about the nature of the processing.

See also

RoIs_basic_t for more explanations about the features.

See also

RoIs_misc_t for more explanations about the features.

Parameters
  • f – File descriptor (in write mode).

  • prev_frame – Frame id corresponding to the RoIs at \(t -1\).

  • cur_frame – Frame id corresponding to the RoIs at \(t\).

  • RoIs0_basic – Basic features (at \(t -1\)).

  • RoIs0_misc – Miscellaneous features (at \(t -1\)).

  • RoIs1_basic – Basic features (at \(t\)).

  • RoIs1_misc – Miscellaneous features (at \(t\))..

  • tracks – Vector of tracks. It enables to match RoIs with corresponding track in the table of RoIs.