Struct to hold each textmountain detected result.
Declaration
typedef struct
{
arr4_point2d box;
float score;
tmitem(arr4_point2d &inbox, float inscore);
} vitis::ai::TextMountainResult::tmitem;
| Member | Description |
|---|---|
| box | 4 Point2f to hold the box coordinate. sequence is clock-wise |
| score | scores for each box |
| tmitem | construct function; |