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
 
  Detect result with confidence. More...
 
 
uint32_t  classify_count
 
 
 

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_IOU(), dnn_detect_parse_yolo_output(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().

y

int AVDetectionBBox::y

Definition at line 32 of file detection_bbox.h.

Referenced by contain_valid_detection_bbox(), dnn_detect_IOU(), dnn_detect_parse_yolo_output(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().

w

int AVDetectionBBox::w

Definition at line 33 of file detection_bbox.h.

Referenced by contain_valid_detection_bbox(), dnn_detect_IOU(), dnn_detect_parse_yolo_output(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().

h

int AVDetectionBBox::h

Definition at line 34 of file detection_bbox.h.

Referenced by contain_valid_detection_bbox(), dnn_detect_IOU(), dnn_detect_parse_yolo_output(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), ff_frame_to_dnn_classify(), and filter_frame().

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_fill_side_data(), dnn_detect_parse_yolo_output(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), extract_lltask_from_task(), and filter_frame().

detect_confidence

AVRational AVDetectionBBox::detect_confidence

Definition at line 42 of file detection_bbox.h.

Referenced by dnn_detect_fill_side_data(), dnn_detect_parse_yolo_output(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), and dump_detection_bbox().

classify_count

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_fill_side_data(), dnn_detect_post_proc_ssd(), dnn_detect_post_proc_tf(), dump_detection_bbox(), and filter_frame().

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:

Generated on Thu Sep 26 2024 23:16:27 for FFmpeg by   doxygen 1.8.17

AltStyle によって変換されたページ (->オリジナル) /