#include "oldlist.h"
#include "tessclas.h"
#include "fxdefs.h"
#include "matchdefs.h"
#include "adaptive.h"
#include "ocrfeatures.h"
#include "ratngs.h"
Go to the source code of this file.
Functions | |
int | GetAdaptiveFeatures (TBLOB *Blob, LINE_STATS *LineStats, INT_FEATURE_ARRAY IntFeatures, FEATURE_SET *FloatFeatures) |
Variables | |
double | matcher_good_threshold = 0.125 |
double | matcher_great_threshold = 0.0 |
int | matcher_failed_adaptations_before_reset = 150 |
int | matcher_min_examples_for_prototyping = 2 |
bool | tess_cn_matching = 0 |
bool | tess_bn_matching = 0 |
int | classify_learning_debug_level = 0 |
int GetAdaptiveFeatures | ( | TBLOB * | Blob, | |
LINE_STATS * | LineStats, | |||
INT_FEATURE_ARRAY | IntFeatures, | |||
FEATURE_SET * | FloatFeatures | |||
) |
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
int classify_learning_debug_level = 0 |
"Learning Debug Level: "
int matcher_failed_adaptations_before_reset = 150 |
"Number of failed adaptions before adapted templates reset"
double matcher_good_threshold = 0.125 |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- "Good Match (0-1)"
"Good Match (0-1)"
double matcher_great_threshold = 0.0 |
"Great Match (0-1)"
"Reliable Config Threshold"
bool tess_bn_matching = 0 |
"Baseline Normalized Matching"
bool tess_cn_matching = 0 |
"Character Normalized Matching"