FFmpeg
Data Fields
AVDetectionBBoxHeader Struct Reference

#include <detection_bbox.h>

Data Fields

char source [256]
 Information about how the bounding box is generated. More...
 
uint32_t nb_bboxes
 Number of bounding boxes in the array. More...
 
size_t bboxes_offset
 Offset in bytes from the beginning of this structure at which the array of bounding boxes starts. More...
 
size_t bbox_size
 Size of each bounding box in bytes. More...
 

Detailed Description

Definition at line 56 of file detection_bbox.h.

Field Documentation

◆ source

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.

◆ nb_bboxes

uint32_t AVDetectionBBoxHeader::nb_bboxes

Number of bounding boxes in the array.

Definition at line 66 of file detection_bbox.h.

◆ bboxes_offset

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.

◆ bbox_size

size_t AVDetectionBBoxHeader::bbox_size

Size of each bounding box in bytes.

Definition at line 77 of file detection_bbox.h.


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