5.3.4.48. Function features_RoIs_write

5.3.4.48.1. Function Documentation

void features_RoIs_write(FILE *f, const int frame, const RoIs_basic_t *RoIs_basic, const RoIs_misc_t *RoIs_misc, const vec_track_t tracks, const unsigned age)

See also

_features_RoIs_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 (write mode).

  • frame – Frame id corresponding to the RoIs.

  • RoIs_basic – Basic features.

  • RoIs_misc – Miscellaneous features.

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

  • age – 0 if frame is the current frame, 1 if frame is the \(t - 1\) frame. This is mandatory to find the corresponding track (if any).