| 
    FFmpeg 7.1.2
    
   | 
 
#include <libavutil/detection_bbox.h>
Data Fields | |
| char | source [256] | 
| Information about how the bounding box is generated.   | |
| uint32_t | nb_bboxes | 
| Number of bounding boxes in the array.   | |
| size_t | bboxes_offset | 
| Offset in bytes from the beginning of this structure at which the array of bounding boxes starts.   | |
| size_t | bbox_size | 
| Size of each bounding box in bytes.   | |
Definition at line 56 of file detection_bbox.h.
| char AVDetectionBBoxHeader::source[256] | 
Information about how the bounding box is generated.
for example, the DNN model name.
Definition at line 61 of file detection_bbox.h.
| uint32_t AVDetectionBBoxHeader::nb_bboxes | 
Number of bounding boxes in the array.
Definition at line 66 of file detection_bbox.h.
| size_t AVDetectionBBoxHeader::bboxes_offset | 
Offset in bytes from the beginning of this structure at which the array of bounding boxes starts.
Definition at line 72 of file detection_bbox.h.
Referenced by av_get_detection_bbox().
| size_t AVDetectionBBoxHeader::bbox_size | 
Size of each bounding box in bytes.
Definition at line 77 of file detection_bbox.h.
Referenced by av_get_detection_bbox().