Result with the ReID network.
Declaration
typedef struct
{
int width;
int height;
cv::Mat feat;
} vitis::ai::ReidResult;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
feat | The feature of input image. |