#include "vecfuncs.h"
#include "tessclas.h"
Go to the source code of this file.
Classes | |
struct | WIDTH_RECORD |
Defines | |
#define | free_widths(w) if (w) memfree (w) |
Functions | |
void | blob_origin (TBLOB *blob, TPOINT *origin) |
void | blob_bounding_box (TBLOB *blob, register TPOINT *topleft, register 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) |
void | delete_word (TWERD *word) |
void | delete_edgepts (register EDGEPT *edgepts) |
#define free_widths | ( | w | ) | if (w) memfree (w) |
WIDTH_RECORD* blobs_widths | ( | TBLOB * | blobs | ) |
int count_blobs | ( | TBLOB * | blobs | ) |
void delete_edgepts | ( | register EDGEPT * | edgepts | ) |
void delete_word | ( | TWERD * | word | ) |