声明
typedef struct
{
int width;
int height;
std::vector< tmitem > res;
} vitis::ai::TextMountainResult;
| 成员 | 描述 |
|---|---|
| width | 网络输入的宽度。 |
| height | 网络输入的高度。 |
| res | 用于保存检测结果的矢量 |
声明
typedef struct
{
int width;
int height;
std::vector< tmitem > res;
} vitis::ai::TextMountainResult;
| 成员 | 描述 |
|---|---|
| width | 网络输入的宽度。 |
| height | 网络输入的高度。 |
| res | 用于保存检测结果的矢量 |