vitis::ai::ReidResult - 1.4 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-07-22
Version
1.4 English
Result with the ReID network.

Declaration

typedef struct
{
  int width,
  int height,
  cv::Mat feat
} vitis::ai::ReidResult;
Table 1. Structure vitis::ai::ReidResult member description
Member Description
width Width of input image.
height Height of input image.
feat The feature of input image.