FFmpeg
Data Fields
AVDetectionBBox Struct Reference

#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]
 

Detailed Description

Definition at line 26 of file detection_bbox.h.

Field Documentation

◆ x

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().

◆ y

int AVDetectionBBox::y

◆ w

int AVDetectionBBox::w

◆ h

int AVDetectionBBox::h

◆ detect_label

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().

◆ detect_confidence

AVRational AVDetectionBBox::detect_confidence

◆ classify_count

uint32_t AVDetectionBBox::classify_count

◆ classify_labels

Definition at line 52 of file detection_bbox.h.

Referenced by dnn_classify_post_proc(), dump_detection_bbox(), and filter_frame().

◆ classify_confidences

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().


The documentation for this struct was generated from the following file: