classify/mf.h

Go to the documentation of this file.
00001 
00019 #ifndef   MF_H
00020 #define   MF_H
00021 
00022 /* =================
00023           Include Files and Type Defines
00024  ==================== */
00025 #include "ocrfeatures.h"
00026 #include "tessclas.h"
00027 #include "fxdefs.h"
00028 
00029 
00034 typedef enum {
00035   MFXPosition, MFYPosition,
00036   MFLength, MFDirection, MFBulge1, MFBulge2
00037 } MF_PARAM_NAME;
00038 /*----------------------------------------------------------------------------
00039           Private Function Prototypes
00040 -----------------------------------------------------------------------------*/
00041 FEATURE_SET ExtractMicros(TBLOB *Blob, LINE_STATS *LineStats); 
00042 
00043 void InitMicroFXVars(); 
00044 
00045 /* =================
00046         Global Data Definitions and Declarations
00047  ==================== */
00048 extern FEATURE_DESC_STRUCT MicroFeatureDesc;
00049 #endif

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