|
Tesseract
3.02
|
#include "featdefs.h"Go to the source code of this file.
Functions | |
| void | SetupExtractors (FEATURE_DEFS_STRUCT *FeatureDefs) |
| void SetupExtractors | ( | FEATURE_DEFS_STRUCT * | FeatureDefs | ) |
Definition at line 42 of file fxdefs.cpp.
{
for (int i = 0; i < NUM_FEATURE_TYPES; ++i)
FeatureDefs->FeatureExtractors[i] = ExtractorDefs[i];
}