This struct defines the 2D coordinates of a rectangle using integers. The struct is internally used for querying the region of interest for text tracking. More...
Public Attributes | |
int | leftTopX |
int | leftTopY |
int | rightBottomX |
int | rightBottomY |
This struct defines the 2D coordinates of a rectangle using integers. The struct is internally used for querying the region of interest for text tracking.
int leftTopX |
int leftTopY |
int rightBottomX |
int rightBottomY |