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

Axis-aligned bounding box of one letter cell. More...

#include <segment.h>

Public Attributes

int x
int y
int w
int h

Detailed Description

Axis-aligned bounding box of one letter cell.

Member Data Documentation

◆ h

int BoundingBox::h

Height in pixels.

◆ w

int BoundingBox::w

Width in pixels.

◆ x

int BoundingBox::x

Left edge (column index, 0-based).

◆ y

int BoundingBox::y

Top edge (row index, 0-based).


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