#include "mfcpch.h"#include "blobs.h"#include "tessclas.h"#include <math.h>#include "cutil.h"#include "emalloc.h"#include "structures.h"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) |
| WIDTH_RECORD* blobs_widths | ( | TBLOB * | blobs | ) |
| int count_blobs | ( | TBLOB * | blobs | ) |
| void delete_edgepts | ( | register EDGEPT * | edgepts | ) |
| void delete_word | ( | TWERD * | word | ) |
1.6.3