Functions |
void | blob_origin (TBLOB *blob, TPOINT *origin) |
void | blob_bounding_box (const TBLOB *blob, TPOINT *topleft, TPOINT *botright) |
void | blobs_bounding_box (TBLOB *blobs, TPOINT *topleft, TPOINT *botright) |
void | blobs_origin (TBLOB *blobs, TPOINT *origin) |
WIDTH_RECORD * | blobs_widths (TBLOB *blobs) |
int | count_blobs (TBLOB *blobs) |
bool | divisible_blob (TBLOB *blob, bool italic_blob, TPOINT *location) |
void | divide_blobs (TBLOB *blob, TBLOB *other_blob, bool italic_blob, const TPOINT &location) |
Variables |
const TPOINT | kDivisibleVerticalUpright = {0, 1} |
const TPOINT | kDivisibleVerticalItalic = {1, 5} |