Struct of the result with the refinedet network.
Declaration
typedef struct
{
int width;
int height;
std::vector< BoundingBox
> bboxes;
} vitis::ai::RefineDetResult;
Member | Description |
---|---|
width | Width of the input image. |
height | Height of the input image. |
bboxes | The vector of
BoundingBox
. |