#include "matchtab.h"
#include "ratngs.h"
#include "tessclas.h"
#include "blobs.h"
#include "callcpp.h"
#include "elst.h"
#include "freelist.h"
Classes | |
struct | _MATCH_ |
Defines | |
#define | NUM_MATCH_ENTRIES 500 |
#define | blank_entry(match_table, x) (! (match_table[x].topleft | match_table[x].botright)) |
Typedefs | |
typedef struct _MATCH_ | MATCH |
Functions | |
void | init_match_table () |
void | end_match_table () |
void | put_match (TBLOB *blob, BLOB_CHOICE_LIST *ratings) |
BLOB_CHOICE_LIST * | get_match (TBLOB *blob) |
BLOB_CHOICE_LIST * | get_match_by_bounds (unsigned int topleft, unsigned int botright) |
void | add_to_match (TBLOB *blob, BLOB_CHOICE_LIST *ratings) |
Variables | |
MATCH * | match_table |
#define blank_entry | ( | match_table, | |||
x | ) | (! (match_table[x].topleft | match_table[x].botright)) |
#define NUM_MATCH_ENTRIES 500 |
void add_to_match | ( | TBLOB * | blob, | |
BLOB_CHOICE_LIST * | ratings | |||
) |
void end_match_table | ( | ) |
BLOB_CHOICE_LIST* get_match | ( | TBLOB * | blob | ) |
BLOB_CHOICE_LIST* get_match_by_bounds | ( | unsigned int | topleft, | |
unsigned int | botright | |||
) |
void init_match_table | ( | ) |
void put_match | ( | TBLOB * | blob, | |
BLOB_CHOICE_LIST * | ratings | |||
) |