tesseract-doxygen/wordrec/matchtab.cpp File Reference

#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

MATCHmatch_table

Define Documentation

#define blank_entry ( match_table,
 )     (! (match_table[x].topleft | match_table[x].botright))
#define NUM_MATCH_ENTRIES   500

Typedef Documentation

typedef struct _MATCH_ MATCH

Function Documentation

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 
)

Variable Documentation

Generated on Sun Jul 18 17:10:52 2010 for Tesseract by  doxygen 1.6.3