Declaration
typedef struct
{
int width;
int height;
std::vector< float > data;
} vitis::ai::CflownetResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| data | (128x128) |
Declaration
typedef struct
{
int width;
int height;
std::vector< float > data;
} vitis::ai::CflownetResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| data | (128x128) |