ccutil/mainblk.h

Go to the documentation of this file.
00001 
00020 #ifndef           MAINBLK_H
00021 #define           MAINBLK_H
00022 
00023 #include          "varable.h"
00024 #include          "notdll.h"
00025 
00026 //#ifndef               BLOB_MATCHING_ON
00027 //class                 BLOB;
00028 //class                 ROW;
00029 // float                compare_blobs(BLOB*,ROW*,BLOB*,ROW*)
00030 //{
00031 //      return (float)MAX_INT32;
00032 //}
00033 //#endif
00034 
00035 extern DLLSYM STRING datadir;    //dir for data files
00036                                  //name of image
00037 extern DLLSYM STRING imagebasename;
00038 
00041 extern BOOL_VAR_H (m_print_variables, FALSE,
00042 "Print initial values of all variables");
00043 extern STRING_VAR_H (m_data_sub_dir, "data/", "Directory for data files");
00044 extern INT_VAR_H (memgrab_size, 13000000, "Preallocation size for batch use");
00047 void main_setup(                         /*main demo program */
00048                 const char *argv0,       //program name
00049                 const char *basename,    //name of image
00050                 int argc,                /*argument count */
00051                 const char *const *argv  /*arguments */
00052                );
00053 #endif

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