wordrec/mfvars.cpp

Go to the documentation of this file.
00001 
00019 #include "blobclass.h"
00020 #include "extract.h"
00021 #include "adaptmatch.h"
00022 
00023 /* =================
00024               Public Code
00025  ==================== */
00026 /* =============================== */
00035 void mfeature_variables() { 
00036   InitBlobClassifierVars(); 
00037   InitExtractorVars(); 
00038 }                                /* mfeature_variables */
00039 
00040 
00041 /* =============================== */
00042 /*
00043 \param none
00044 \note Globals: none
00045 \return none
00046 
00047 \brief none
00048 \note Exceptions: none
00049 \date Fri Jan 12 13:22:41 1990, DSJ, Created.
00050  */
00051 void mfeature_init() { 
00052   InitAdaptiveClassifier(); 
00053 }                                /* mfeature_init */

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