vitis::ai::TextMountainResult::tmitem - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
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;
Table 1. Structure vitis::ai::TextMountainResult::tmitem Member Description
Member Description
box 4 Point2f to hold the box coordinate. sequence is clock-wise
score scores for each box
tmitem construct function;