classify/normmatch.h

Go to the documentation of this file.
00001 
00019 #ifndef NORMMATCH_H
00020 #define NORMMATCH_H
00021 
00022 /* =================
00023           Include Files and Type Defines
00024  ==================== */
00025 #include "matchdefs.h"
00026 //#include "cluster.h"
00027 #include "ocrfeatures.h"
00028 
00029 /* =================
00030           Public Function Prototypes
00031  ==================== */
00032 FLOAT32 ComputeNormMatch(CLASS_ID ClassId, FEATURE Feature, BOOL8 DebugMatch);
00033 
00034 void GetNormProtos();
00035 void FreeNormProtos();
00036 
00037 void InitNormProtoVars();
00038 
00039 /*
00040 #if defined(__STDC__) || defined(__cplusplus)
00041 # define _ARGS(s) s
00042 #else
00043 # define _ARGS(s) ()
00044 #endif*/
00045 
00046 /* normmatch.c *
00047 FLOAT32 ComputeNormMatch
00048   _ARGS((CLASS_ID ClassId,
00049   FEATURE Feature,
00050   BOOL8 DebugMatch));
00051 
00052 void GetNormProtos
00053   _ARGS((void));
00054 
00055 void InitNormProtoVars
00056   _ARGS((void));
00057 
00058 #undef _ARGS
00059 */
00060 #endif

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