#include "fxdefs.h"#include "featdefs.h"#include "mf.h"#include "ocrfeatures.h"#include "tessclas.h"#include "outfeat.h"#include "picofeat.h"#include "normfeat.h"Functions | |
| DefineFeatureExt (MicroFeatureExt, ExtractMicros) DefineFeatureExt(PicoFeatExt | |
| NULL | DefineFeatureExt (CharNormExt, ExtractCharNormFeatures) DefineFeatureExt(OutlineFeatExt |
| void | SetupExtractors () |
| void | GetLineStatsFromRow (TEXTROW *Row, LINE_STATS *LineStats) |
Variables | |
| int | ExtractMode |
| NULL NULL FEATURE_EXT_STRUCT * | ExtractorDefs [NUM_FEATURE_TYPES] |
| NULL DefineFeatureExt | ( | CharNormExt | , | |
| ExtractCharNormFeatures | ||||
| ) |
| DefineFeatureExt | ( | MicroFeatureExt | , | |
| ExtractMicros | ||||
| ) |
| void GetLineStatsFromRow | ( | TEXTROW * | Row, | |
| LINE_STATS * | LineStats | |||
| ) |
| void SetupExtractors | ( | ) |
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| int ExtractMode |
---------------------------------------------------------------------------- Global Data Definitions and Declarations ----------------------------------------------------------------------------
| NULL NULL FEATURE_EXT_STRUCT* ExtractorDefs[NUM_FEATURE_TYPES] |
{
&MicroFeatureExt,
&PicoFeatExt,
&OutlineFeatExt,
&CharNormExt
}
1.6.3