|
OCR Project
|
Axis-aligned bounding box of one letter cell. More...
#include <segment.h>
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |
Axis-aligned bounding box of one letter cell.
| int BoundingBox::h |
Height in pixels.
| int BoundingBox::w |
Width in pixels.
| int BoundingBox::x |
Left edge (column index, 0-based).
| int BoundingBox::y |
Top edge (row index, 0-based).