Declaration
typedef struct
{
int width;
int height;
std::vector< tmitem > res;
} vitis::ai::TextMountainResult;
| Member | Description |
|---|---|
| width | width of network input. |
| height | height of network input. |
| res | vector to hold the detected result |
Declaration
typedef struct
{
int width;
int height;
std::vector< tmitem > res;
} vitis::ai::TextMountainResult;
| Member | Description |
|---|---|
| width | width of network input. |
| height | height of network input. |
| res | vector to hold the detected result |