classify/blobclass.h

Go to the documentation of this file.
00001 
00020 #ifndef   BLOBCLASS_H
00021 #define   BLOBCLASS_H
00022 
00023 /* =================
00024           Include Files and Type Defines
00025  ==================== */
00026 #include "oldlist.h"
00027 #include "tessclas.h"
00028 
00029 /*---------------------------------------------------------------------------
00030           Macros
00031 ----------------------------------------------------------------------------*/
00033 #define EnableCharDisplay()   (DisplayCharacters = TRUE)
00034 #define DisableCharDisplay()    (DisplayCharacters = FALSE)
00035 
00037 #define EnableMatchDisplay()    (DisplayMatchList = TRUE)
00038 #define DisableMatchDisplay()   (DisplayMatchList = FALSE)
00039 
00040 /* =================
00041           Public Function Prototypes
00042  ==================== */
00043 void InitBlobClassifierVars(); 
00044 
00045 void LearnBlob (TBLOB * Blob, TEXTROW * Row, char BlobText[], int TextLength);
00046 
00047 /* =================
00048         Global Data Definitions and Declarations
00049  ==================== */
00050 /*parameter used to turn on/off output of recognized chars to the screen */
00051 #endif

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