Struct of the result returned by the
YOLOvX neural network. Declaration
typedef struct
{
std::vector< BoundingBox > bboxes
} vitis::ai::YOLOvXResult;
| Member | Description |
|---|---|
| bboxes | All objects, The vector of BoundingBox. |