Tesseract 3.01
|
#include "fxdefs.h"
#include "featdefs.h"
#include "mf.h"
#include "outfeat.h"
#include "picofeat.h"
#include "normfeat.h"
Functions | |
void | SetupExtractors (FEATURE_DEFS_STRUCT *FeatureDefs) |
Variables | |
const FEATURE_EXT_STRUCT | MicroFeatureExt = { ExtractMicros } |
const FEATURE_EXT_STRUCT | PicoFeatExt = { NULL } |
const FEATURE_EXT_STRUCT | OutlineFeatExt = { NULL } |
const FEATURE_EXT_STRUCT | CharNormExt = { ExtractCharNormFeatures } |
const FEATURE_EXT_STRUCT * | ExtractorDefs [NUM_FEATURE_TYPES] |
void SetupExtractors | ( | FEATURE_DEFS_STRUCT * | FeatureDefs | ) |
const FEATURE_EXT_STRUCT CharNormExt = { ExtractCharNormFeatures } |
const FEATURE_EXT_STRUCT* ExtractorDefs[NUM_FEATURE_TYPES] |
{ &MicroFeatureExt, &PicoFeatExt, &OutlineFeatExt, &CharNormExt }
const FEATURE_EXT_STRUCT MicroFeatureExt = { ExtractMicros } |
const FEATURE_EXT_STRUCT OutlineFeatExt = { NULL } |
const FEATURE_EXT_STRUCT PicoFeatExt = { NULL } |