Tesseract 3.01
tesseract::BlobMatchTable Class Reference

#include <matchtab.h>

List of all members.

Public Member Functions

 BlobMatchTable ()
 ~BlobMatchTable ()
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)

Constructor & Destructor Documentation

tesseract::BlobMatchTable::BlobMatchTable ( )
tesseract::BlobMatchTable::~BlobMatchTable ( )

Member Function Documentation

void tesseract::BlobMatchTable::add_to_match ( TBLOB blob,
BLOB_CHOICE_LIST *  ratings 
)
void tesseract::BlobMatchTable::end_match_table ( )
BLOB_CHOICE_LIST * tesseract::BlobMatchTable::get_match ( TBLOB blob)
BLOB_CHOICE_LIST * tesseract::BlobMatchTable::get_match_by_bounds ( unsigned int  topleft,
unsigned int  botright 
)
void tesseract::BlobMatchTable::init_match_table ( )
void tesseract::BlobMatchTable::put_match ( TBLOB blob,
BLOB_CHOICE_LIST *  ratings 
)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines