classify/extract.h

Go to the documentation of this file.
00001 
00020 #ifndef   EXTRACT_H
00021 #define   EXTRACT_H
00022 
00023 #include "fxdefs.h"
00024 #include "featdefs.h"
00025 #include <stdio.h>
00026 
00027 /* =================
00028           Public Function Prototypes
00029  ==================== */
00030 CHAR_DESC ExtractBlobFeatures(TBLOB *Blob, LINE_STATS *LineStats); 
00031 
00032 void InitExtractorVars(); 
00033 
00034 /*---------------------------------------------------------------------------
00035           Private Function Prototypes
00036 ----------------------------------------------------------------------------*/
00037 void ExtractorStub(); 
00038 #endif

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