vitis::ai::RcanResult - vitis::ai::RcanResult - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 English
Result with the Rcan network.

Declaration

typedef struct
{
  int width;
  int height;
  cv::Mat feat;

} vitis::ai::RcanResult;
Table 1. Structure vitis::ai::RcanResult Member Description
Member Description
width Width of input image.
height Height of input image.
feat Double size of input image.