CharacterStatistics
Describes the characters segmented in the ROI.
Elements
| Name | Type | Description |
|---|---|---|
| left | int | The left offset of the character bounding rectangles in the current ROI. |
| top | int | The top offset of the character bounding rectangles in the current ROI. |
| width | int | The width of each of the characters you trained in the current ROI. |
| height | int | The height of each trained character in the current ROI. |
| characterSize | int | The size of the character in pixels. |