此结构体用于保存 textmountain 检测到的每个结果。
声明
typedef struct
{
arr4_point2d box;
float score;
tmitem(arr4_point2d &inbox, float inscore);
} vitis::ai::TextMountainResult::tmitem;
成员 | 描述 |
---|---|
box | 4 Point2f 用于保存框坐标,顺序为顺时针 |
score | 每个框的得分 |
tmitem | 构造函数; |