FFmpeg
|
#include <detection_bbox.h>
Data Fields | |
int | x |
Distance in pixels from the left/top edge of the frame, together with width and height, defining the bounding box. More... | |
int | y |
int | w |
int | h |
char | detect_label [AV_DETECTION_BBOX_LABEL_NAME_MAX_SIZE] |
Detect result with confidence. More... | |
AVRational | detect_confidence |
uint32_t | classify_count |
char | classify_labels [AV_NUM_DETECTION_BBOX_CLASSIFY][AV_DETECTION_BBOX_LABEL_NAME_MAX_SIZE] |
AVRational | classify_confidences [AV_NUM_DETECTION_BBOX_CLASSIFY] |
Definition at line 26 of file detection_bbox.h.
int AVDetectionBBox::x |
Distance in pixels from the left/top edge of the frame, together with width and height, defining the bounding box.
Definition at line 31 of file detection_bbox.h.
Referenced by contain_valid_detection_bbox(), dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().
int AVDetectionBBox::y |
Definition at line 32 of file detection_bbox.h.
Referenced by contain_valid_detection_bbox(), dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().
int AVDetectionBBox::w |
Definition at line 33 of file detection_bbox.h.
Referenced by contain_valid_detection_bbox(), dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().
int AVDetectionBBox::h |
Definition at line 34 of file detection_bbox.h.
Referenced by contain_valid_detection_bbox(), dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().
char AVDetectionBBox::detect_label[AV_DETECTION_BBOX_LABEL_NAME_MAX_SIZE] |
Detect result with confidence.
Definition at line 41 of file detection_bbox.h.
Referenced by dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), dump_detection_bbox(), extract_lltask_from_task(), and filter_frame().
AVRational AVDetectionBBox::detect_confidence |
Definition at line 42 of file detection_bbox.h.
Referenced by dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), and dump_detection_bbox().
uint32_t AVDetectionBBox::classify_count |
Definition at line 51 of file detection_bbox.h.
Referenced by contain_valid_detection_bbox(), dnn_classify_post_proc(), dnn_detect_post_proc_ov(), dnn_detect_post_proc_tf(), dump_detection_bbox(), and filter_frame().
char AVDetectionBBox::classify_labels[AV_NUM_DETECTION_BBOX_CLASSIFY][AV_DETECTION_BBOX_LABEL_NAME_MAX_SIZE] |
Definition at line 52 of file detection_bbox.h.
Referenced by dnn_classify_post_proc(), dump_detection_bbox(), and filter_frame().
AVRational AVDetectionBBox::classify_confidences[AV_NUM_DETECTION_BBOX_CLASSIFY] |
Definition at line 53 of file detection_bbox.h.
Referenced by dnn_classify_post_proc(), and dump_detection_bbox().