Go to the source code of this file.
Definition at line 36 of file detection_bbox.h.
At most 4 classifications based on the detected bounding box.
For example, we can get max 4 different attributes with 4 different DNN models on one bounding box. classify_count is zero if no classification.
Definition at line 50 of file detection_bbox.h.
Definition at line 84 of file detection_bbox.h.
Referenced by contain_valid_detection_bbox(), dnn_classify_post_proc(), dnn_detect_fill_side_data(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), extract_lltask_from_task(), ff_frame_to_dnn_classify(), and filter_frame().
Allocates memory for AVDetectionBBoxHeader, plus an array of.
AVDetectionBBox, and initializes the variables. Can be freed with a normal av_free() call.
Definition at line 22 of file detection_bbox.c.
Referenced by av_detection_bbox_create_side_data().
Allocates memory for AVDetectionBBoxHeader, plus an array of.
AVDetectionBBox, in the given AVFrame
as AVFrameSideData of type AV_FRAME_DATA_DETECTION_BBOXES and initializes the variables.
Definition at line 52 of file detection_bbox.c.
Referenced by dnn_detect_fill_side_data(), dnn_detect_post_proc_ssd(), and dnn_detect_post_proc_tf().