classify/cutoffs.h

Go to the documentation of this file.
00001 
00020 #ifndef CUTOFFS_H
00021 #define CUTOFFS_H
00022 
00023 /* =================
00024           Include Files and Type Defines
00025  ==================== */
00026 #include "matchdefs.h"
00027 
00032 typedef UINT16 CLASS_CUTOFF_ARRAY[MAX_NUM_CLASSES];
00033 
00034 /* =================
00035           Public Function Prototypes
00036  ==================== */
00037 void ReadNewCutoffs(char *Filename,
00038                     CLASS_TO_INDEX ClassMapper,
00039                     CLASS_CUTOFF_ARRAY Cutoffs);
00040 
00041 /*
00042 #if defined(__STDC__) || defined(__cplusplus)
00043 # define _ARGS(s) s
00044 #else
00045 # define _ARGS(s) ()
00046 #endif*/
00047 
00048 /* cutoffs.c
00049 void ReadNewCutoffs
00050   _ARGS((char *Filename,
00051   CLASS_TO_INDEX ClassMapper,
00052   CLASS_CUTOFF_ARRAY Cutoffs));
00053 #undef _ARGS
00054 */
00055 #endif

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