Tesseract
3.02
|
#include <matchtab.h>
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_box (const TBOX &box) |
void | add_to_match (TBLOB *blob, BLOB_CHOICE_LIST *ratings) |
Definition at line 42 of file matchtab.h.
tesseract::BlobMatchTable::BlobMatchTable | ( | ) |
Definition at line 38 of file matchtab.cpp.
tesseract::BlobMatchTable::~BlobMatchTable | ( | ) |
Definition at line 43 of file matchtab.cpp.
void tesseract::BlobMatchTable::add_to_match | ( | TBLOB * | blob, |
BLOB_CHOICE_LIST * | ratings | ||
) |
Definition at line 183 of file matchtab.cpp.
void tesseract::BlobMatchTable::end_match_table | ( | ) |
Definition at line 71 of file matchtab.cpp.
BLOB_CHOICE_LIST * tesseract::BlobMatchTable::get_match | ( | TBLOB * | blob | ) |
Definition at line 118 of file matchtab.cpp.
BLOB_CHOICE_LIST * tesseract::BlobMatchTable::get_match_by_box | ( | const TBOX & | box | ) |
Definition at line 150 of file matchtab.cpp.
void tesseract::BlobMatchTable::init_match_table | ( | ) |
Definition at line 52 of file matchtab.cpp.
void tesseract::BlobMatchTable::put_match | ( | TBLOB * | blob, |
BLOB_CHOICE_LIST * | ratings | ||
) |
Definition at line 87 of file matchtab.cpp.