5.3.4.60. Function frame_draw_boxes

5.3.4.60.1. Function Documentation

void frame_draw_boxes(frame_t *frame, const framebuffer_data_t *fb, const vec_track_t tracks, const int draw_id)

Draw bounding boxes around tracked objects on a frame.

Parameters
  • frame – A pointer to the frame.

  • fb – A pointer to the framebuffer containing the frames.

  • tracks – A vector of tracks.

  • draw_id – Boolean indicating whether to draw track ids.