classify/mfx.h

Go to the documentation of this file.
00001 
00019 #ifndef   MFX_H
00020 #define   MFX_H
00021 
00022 /* =================
00023           Include Files and Type Defines
00024  ==================== */
00025 #include "fxdefs.h"
00026 
00027 extern FLOAT32 MinSlope;
00028 extern FLOAT32 MaxSlope;
00029 /* =================
00030           Public Function Prototypes
00031  ==================== */
00032 void InitMicroFxVars(); 
00033 
00034 CHAR_FEATURES BlobMicroFeatures(TBLOB *Blob, LINE_STATS *LineStats); 
00035 
00036 /*
00037 #if defined(__STDC__) || defined(__cplusplus)
00038 # define _ARGS(s) s
00039 #else
00040 # define _ARGS(s) ()
00041 #endif*/
00042 
00043 /* mfx.c
00044 void InitMicroFxVars
00045   _ARGS((void));
00046 
00047 CHAR_FEATURES BlobMicroFeatures
00048   _ARGS((BLOB *Blob,
00049   LINE_STATS *LineStats));
00050 
00051 #undef _ARGS
00052 */
00053 #endif

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