OCR Project
Loading...
Searching...
No Matches
SegmentResult Struct Reference

Result of a grid detection / segmentation pass. More...

#include <segment.h>

Collaboration diagram for SegmentResult:

Public Attributes

BoundingBoxcells
size_t count
int cols
int rows

Detailed Description

Result of a grid detection / segmentation pass.

Member Data Documentation

◆ cells

BoundingBox* SegmentResult::cells

Heap-allocated array of cell bounding boxes.

◆ cols

int SegmentResult::cols

Grid width in cells (0 if unknown).

◆ count

size_t SegmentResult::count

Number of cells.

◆ rows

int SegmentResult::rows

Grid height in cells (0 if unknown).


The documentation for this struct was generated from the following file: