|
OCR Project
|
Result of a grid detection / segmentation pass. More...
#include <segment.h>

Public Attributes | |
| BoundingBox * | cells |
| size_t | count |
| int | cols |
| int | rows |
Result of a grid detection / segmentation pass.
| BoundingBox* SegmentResult::cells |
Heap-allocated array of cell bounding boxes.
| int SegmentResult::cols |
Grid width in cells (0 if unknown).
| size_t SegmentResult::count |
Number of cells.
| int SegmentResult::rows |
Grid height in cells (0 if unknown).