wordrec/matchtab.h

Go to the documentation of this file.
00001 
00020 #ifndef MATCHTAB_H
00021 #define MATCHTAB_H
00022 
00023 /*----------------------------------------------------------------------
00024               I n c l u d e s
00025 ----------------------------------------------------------------------*/
00026 #include "choices.h"
00027 #include "tessclas.h"
00028 
00029 /*----------------------------------------------------------------------
00030               F u n c t i o n s
00031 ----------------------------------------------------------------------*/
00032 void init_match_table();
00033 void end_match_table();
00034 
00035 void put_match(TBLOB *blob, CHOICES ratings);
00036 
00037 CHOICES get_match(TBLOB *blob);
00038 
00039 CHOICES get_match_by_bounds(unsigned int topleft, unsigned int botright);
00040 #endif

Generated on Wed Feb 28 19:49:13 2007 for Tesseract by  doxygen 1.5.1