tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::Classify Member List

This is the complete list of members for tesseract::Classify, including all inherited members.

AdaptableWord(WERD_RES *word)tesseract::Classify
AdaptedTemplatestesseract::Classify
AdaptiveClassifier(TBLOB *Blob, BLOB_CHOICE_LIST *Choices)tesseract::Classify
AdaptiveClassifierIsEmpty() consttesseract::Classifyinline
AdaptiveClassifierIsFull() consttesseract::Classifyinline
AdaptToChar(TBLOB *Blob, CLASS_ID ClassId, int FontinfoId, float Threshold, ADAPT_TEMPLATES adaptive_templates)tesseract::Classify
AddLargeSpeckleTo(int blob_length, BLOB_CHOICE_LIST *choices)tesseract::Classify
AddNewResult(const UnicharRating &new_result, ADAPT_RESULTS *results)tesseract::Classify
AllConfigsOfftesseract::Classify
AllConfigsOntesseract::Classify
AllProtosOntesseract::Classify
AmbigClassifier(const GenericVector< INT_FEATURE_STRUCT > &int_features, const INT_FX_RESULT_STRUCT &fx_info, const TBLOB *blob, INT_TEMPLATES templates, ADAPT_CLASS *classes, UNICHAR_ID *ambiguities, ADAPT_RESULTS *results)tesseract::Classify
ambigs_debug_leveltesseract::CCUtil
BackupAdaptedTemplatestesseract::Classify
BaselineClassifier(TBLOB *Blob, const GenericVector< INT_FEATURE_STRUCT > &int_features, const INT_FX_RESULT_STRUCT &fx_info, ADAPT_TEMPLATES Templates, ADAPT_RESULTS *Results)tesseract::Classify
BaselineCutoffstesseract::Classifyprivate
BOOL_VAR_H(allow_blob_division, true, "Use divisible blobs chopping")tesseract::Classify
BOOL_VAR_H(prioritize_division, FALSE, "Prioritize blob division over chopping")tesseract::Classify
BOOL_VAR_H(classify_enable_learning, true, "Enable adaptive classifier")tesseract::Classify
BOOL_VAR_H(tess_cn_matching, 0, "Character Normalized Matching")tesseract::Classify
BOOL_VAR_H(tess_bn_matching, 0, "Baseline Normalized Matching")tesseract::Classify
BOOL_VAR_H(classify_enable_adaptive_matcher, 1, "Enable adaptive classifier")tesseract::Classify
BOOL_VAR_H(classify_use_pre_adapted_templates, 0, "Use pre-adapted classifier templates")tesseract::Classify
BOOL_VAR_H(classify_save_adapted_templates, 0, "Save adapted templates to a file")tesseract::Classify
BOOL_VAR_H(classify_enable_adaptive_debugger, 0, "Enable match debugger")tesseract::Classify
BOOL_VAR_H(classify_nonlinear_norm, 0, "Non-linear stroke-density normalization")tesseract::Classify
BOOL_VAR_H(disable_character_fragments, TRUE, "Do not include character fragments in the" " results of the classifier")tesseract::Classify
BOOL_VAR_H(classify_debug_character_fragments, FALSE, "Bring up graphical debugging windows for fragments training")tesseract::Classify
BOOL_VAR_H(matcher_debug_separate_windows, FALSE, "Use two different windows for debugging the matching: " "One for the protos and one for the features.")tesseract::Classify
BOOL_VAR_H(classify_bln_numeric_mode, 0, "Assume the input is numbers [0-9].")tesseract::Classify
CCStruct()=defaulttesseract::CCStruct
CCUtil()tesseract::CCUtil
CharNormClassifier(TBLOB *blob, const TrainingSample &sample, ADAPT_RESULTS *adapt_results)tesseract::Classify
CharNormCutoffstesseract::Classifyprivate
CharNormTrainingSample(bool pruner_only, int keep_this, const TrainingSample &sample, GenericVector< UnicharRating > *results)tesseract::Classify
ClassAndConfigIDToFontOrShapeID(int class_id, int int_result_config) consttesseract::Classify
ClassIDToDebugStr(const INT_TEMPLATES_STRUCT *templates, int class_id, int config_id) consttesseract::Classify
Classify()tesseract::Classify
ClassifyAsNoise(ADAPT_RESULTS *Results)tesseract::Classify
ClearCharNormArray(uint8_t *char_norm_array)tesseract::Classify
ComputeCharNormArrays(FEATURE_STRUCT *norm_feature, INT_TEMPLATES_STRUCT *templates, uint8_t *char_norm_array, uint8_t *pruner_array)tesseract::Classify
ComputeCorrectedRating(bool debug, int unichar_id, double cp_rating, double im_rating, int feature_misses, int bottom, int top, int blob_length, int matcher_multiplier, const uint8_t *cn_factors)tesseract::Classify
ComputeIntCharNormArray(const FEATURE_STRUCT &norm_feature, uint8_t *char_norm_array)tesseract::Classify
ComputeIntFeatures(FEATURE_SET Features, INT_FEATURE_ARRAY IntFeatures)tesseract::Classify
ComputeNormMatch(CLASS_ID ClassId, const FEATURE_STRUCT &feature, bool DebugMatch)tesseract::Classify
ConvertMatchesToChoices(const DENORM &denorm, const TBOX &box, ADAPT_RESULTS *Results, BLOB_CHOICE_LIST *Choices)tesseract::Classify
ConvertProto(PROTO Proto, int ProtoId, INT_CLASS Class)tesseract::Classify
CreateIntTemplates(CLASSES FloatProtos, const UNICHARSET &target_unicharset)tesseract::Classify
CUtil()=defaulttesseract::CUtil
datadirtesseract::CCUtil
DebugAdaptiveClassifier(TBLOB *Blob, ADAPT_RESULTS *Results)tesseract::Classify
dict_tesseract::Classifyprivate
directorytesseract::CCUtil
DisplayAdaptedChar(TBLOB *blob, INT_CLASS_STRUCT *int_class)tesseract::Classify
DoAdaptiveMatch(TBLOB *Blob, ADAPT_RESULTS *Results)tesseract::Classify
double_VAR_H(classify_char_norm_range, 0.2, "Character Normalization Range ...")tesseract::Classify
double_VAR_H(classify_min_norm_scale_x, 0.0, "Min char x-norm scale ...")tesseract::Classify
double_VAR_H(classify_max_norm_scale_x, 0.325, "Max char x-norm scale ...")tesseract::Classify
double_VAR_H(classify_min_norm_scale_y, 0.0, "Min char y-norm scale ...")tesseract::Classify
double_VAR_H(classify_max_norm_scale_y, 0.325, "Max char y-norm scale ...")tesseract::Classify
double_VAR_H(classify_max_rating_ratio, 1.5, "Veto ratio between classifier ratings")tesseract::Classify
double_VAR_H(classify_max_certainty_margin, 5.5, "Veto difference between classifier certainties")tesseract::Classify
double_VAR_H(matcher_good_threshold, 0.125, "Good Match (0-1)")tesseract::Classify
double_VAR_H(matcher_reliable_adaptive_result, 0.0, "Great Match (0-1)")tesseract::Classify
double_VAR_H(matcher_perfect_threshold, 0.02, "Perfect Match (0-1)")tesseract::Classify
double_VAR_H(matcher_bad_match_pad, 0.15, "Bad Match Pad (0-1)")tesseract::Classify
double_VAR_H(matcher_rating_margin, 0.1, "New template margin (0-1)")tesseract::Classify
double_VAR_H(matcher_avg_noise_size, 12.0, "Avg. noise blob length: ")tesseract::Classify
double_VAR_H(matcher_clustering_max_angle_delta, 0.015, "Maximum angle delta for prototype clustering")tesseract::Classify
double_VAR_H(classify_misfit_junk_penalty, 0.0, "Penalty to apply when a non-alnum is vertically out of " "its expected textline position")tesseract::Classify
double_VAR_H(rating_scale, 1.5, "Rating scaling factor")tesseract::Classify
double_VAR_H(certainty_scale, 20.0, "Certainty scaling factor")tesseract::Classify
double_VAR_H(tessedit_class_miss_scale, 0.00390625, "Scale factor for features not used")tesseract::Classify
double_VAR_H(classify_adapted_pruning_factor, 2.5, "Prune poor adapted results this much worse than best result")tesseract::Classify
double_VAR_H(classify_adapted_pruning_threshold, -1.0, "Threshold at which classify_adapted_pruning_factor starts")tesseract::Classify
double_VAR_H(classify_character_fragments_garbage_certainty_threshold, -3.0, "Exclude fragments that do not match any whole character" " with at least this certainty")tesseract::Classify
double_VAR_H(speckle_large_max_size, 0.30, "Max large speckle size")tesseract::Classify
double_VAR_H(speckle_rating_penalty, 10.0, "Penalty to add to worst rating for noise")tesseract::Classify
EnableLearningtesseract::Classify
EndAdaptiveClassifier()tesseract::Classify
ExpandShapesAndApplyCorrections(ADAPT_CLASS *classes, bool debug, int class_id, int bottom, int top, float cp_rating, int blob_length, int matcher_multiplier, const uint8_t *cn_factors, UnicharRating *int_result, ADAPT_RESULTS *final_results)tesseract::Classify
ExtractFeatures(const TBLOB &blob, bool nonlinear_norm, GenericVector< INT_FEATURE_STRUCT > *bl_features, GenericVector< INT_FEATURE_STRUCT > *cn_features, INT_FX_RESULT_STRUCT *results, GenericVector< int > *outline_cn_counts)tesseract::Classifystatic
ExtractIntCNFeatures(const TBLOB &blob, const INT_FX_RESULT_STRUCT &fx_info)tesseract::Classify
ExtractIntGeoFeatures(const TBLOB &blob, const INT_FX_RESULT_STRUCT &fx_info)tesseract::Classify
ExtractOutlineFeatures(TBLOB *Blob)tesseract::Classify
ExtractPicoFeatures(TBLOB *Blob)tesseract::Classify
feature_defs_tesseract::Classifyprotected
fontinfo_table_tesseract::Classify
fontset_table_tesseract::Classify
FreeNormProtos()tesseract::Classify
get_fontinfo_table()tesseract::Classifyinline
get_fontinfo_table() consttesseract::Classifyinline
get_fontset_table()tesseract::Classifyinline
GetAdaptiveFeatures(TBLOB *Blob, INT_FEATURE_ARRAY IntFeatures, FEATURE_SET *FloatFeatures)tesseract::Classify
GetAmbiguities(TBLOB *Blob, CLASS_ID CorrectClass)tesseract::Classify
GetCharNormFeature(const INT_FX_RESULT_STRUCT &fx_info, INT_TEMPLATES templates, uint8_t *pruner_norm_array, uint8_t *char_norm_array)tesseract::Classify
GetClassToDebug(const char *Prompt, bool *adaptive_on, bool *pretrained_on, int *shape_id)tesseract::Classify
getDict()tesseract::Classifyinlinevirtual
GetFontinfoId(ADAPT_CLASS Class, uint8_t ConfigId)tesseract::Classify
im_tesseract::Classifyprotected
imagebasenametesseract::CCUtil
imagefiletesseract::CCUtil
InitAdaptedClass(TBLOB *Blob, CLASS_ID ClassId, int FontinfoId, ADAPT_CLASS Class, ADAPT_TEMPLATES Templates)tesseract::Classify
InitAdaptiveClassifier(TessdataManager *mgr)tesseract::Classify
INT_VAR_H(tessedit_single_match, FALSE, "Top choice only from CP")tesseract::Classify
INT_VAR_H(classify_debug_level, 0, "Classify debug level")tesseract::Classify
INT_VAR_H(classify_norm_method, character, "Normalization Method ...")tesseract::Classify
INT_VAR_H(matcher_debug_level, 0, "Matcher Debug Level")tesseract::Classify
INT_VAR_H(matcher_debug_flags, 0, "Matcher Debug Flags")tesseract::Classify
INT_VAR_H(classify_learning_debug_level, 0, "Learning Debug Level: ")tesseract::Classify
INT_VAR_H(matcher_permanent_classes_min, 1, "Min # of permanent classes")tesseract::Classify
INT_VAR_H(matcher_min_examples_for_prototyping, 3, "Reliable Config Threshold")tesseract::Classify
INT_VAR_H(matcher_sufficient_examples_for_prototyping, 5, "Enable adaption even if the ambiguities have not been seen")tesseract::Classify
INT_VAR_H(classify_adapt_proto_threshold, 230, "Threshold for good protos during adaptive 0-255")tesseract::Classify
INT_VAR_H(classify_adapt_feature_threshold, 230, "Threshold for good features during adaptive 0-255")tesseract::Classify
INT_VAR_H(classify_class_pruner_threshold, 229, "Class Pruner Threshold 0-255")tesseract::Classify
INT_VAR_H(classify_class_pruner_multiplier, 15, "Class Pruner Multiplier 0-255: ")tesseract::Classify
INT_VAR_H(classify_cp_cutoff_strength, 7, "Class Pruner CutoffStrength: ")tesseract::Classify
INT_VAR_H(classify_integer_matcher_multiplier, 10, "Integer Matcher Multiplier 0-255: ")tesseract::Classify
INT_VAR_H(il1_adaption_test, 0, "Don't adapt to i/I at beginning of word")tesseract::Classify
kAscenderFractiontesseract::CCStructstatic
kDescenderFractiontesseract::CCStructstatic
kXHeightCapRatiotesseract::CCStructstatic
kXHeightFractiontesseract::CCStructstatic
langtesseract::CCUtil
language_data_path_prefixtesseract::CCUtil
LargeSpeckle(const TBLOB &blob)tesseract::Classify
learn_debug_win_tesseract::Classifyprivate
learn_fragmented_word_debug_win_tesseract::Classifyprivate
learn_fragments_debug_win_tesseract::Classifyprivate
LearnBlob(const STRING &fontname, TBLOB *Blob, const DENORM &cn_denorm, const INT_FX_RESULT_STRUCT &fx_info, const char *blob_text)tesseract::Classify
LearnPieces(const char *fontname, int start, int length, float threshold, CharSegmentationType segmentation, const char *correct_text, WERD_RES *word)tesseract::Classify
LearnWord(const char *fontname, WERD_RES *word)tesseract::Classify
LooksLikeGarbage(TBLOB *blob)tesseract::Classify
main_setup(const char *argv0, const char *basename)tesseract::CCUtil
MakeNewTemporaryConfig(ADAPT_TEMPLATES Templates, CLASS_ID ClassId, int FontinfoId, int NumFeatures, INT_FEATURE_ARRAY Features, FEATURE_SET FloatFeatures)tesseract::Classify
MakeNewTempProtos(FEATURE_SET Features, int NumBadFeat, FEATURE_ID BadFeat[], INT_CLASS IClass, ADAPT_CLASS Class, BIT_VECTOR TempProtoMask)tesseract::Classify
MakePermanent(ADAPT_TEMPLATES Templates, CLASS_ID ClassId, int ConfigId, TBLOB *Blob)tesseract::Classify
MasterMatcher(INT_TEMPLATES templates, int16_t num_features, const INT_FEATURE_STRUCT *features, const uint8_t *norm_factors, ADAPT_CLASS *classes, int debug, int matcher_multiplier, const TBOX &blob_box, const GenericVector< CP_RESULT_STRUCT > &results, ADAPT_RESULTS *final_results)tesseract::Classify
NewAdaptedTemplates(bool InitFromUnicharset)tesseract::Classify
NormalizeOutlines(LIST Outlines, float *XScale, float *YScale)tesseract::Classify
NormProtostesseract::Classify
NumAdaptationsFailedtesseract::Classifyprivate
params()tesseract::CCUtilinline
PreTrainedTemplatestesseract::Classify
PrintAdaptedTemplates(FILE *File, ADAPT_TEMPLATES Templates)tesseract::Classify
PrintAdaptiveMatchResults(const ADAPT_RESULTS &results)tesseract::Classify
PruneClasses(const INT_TEMPLATES_STRUCT *int_templates, int num_features, int keep_this, const INT_FEATURE_STRUCT *features, const uint8_t *normalization_factors, const uint16_t *expected_num_features, GenericVector< CP_RESULT_STRUCT > *results)tesseract::Classify
read_variables(const char *filename, bool global_only)tesseract::CUtil
ReadAdaptedTemplates(TFile *File)tesseract::Classify
ReadIntTemplates(TFile *fp)tesseract::Classify
ReadNewCutoffs(TFile *fp, CLASS_CUTOFF_ARRAY Cutoffs)tesseract::Classify
ReadNormProtos(TFile *fp)tesseract::Classify
RefreshDebugWindow(ScrollView **win, const char *msg, int y_offset, const TBOX &wbox)tesseract::Classify
RemoveBadMatches(ADAPT_RESULTS *Results)tesseract::Classify
RemoveExtraPuncs(ADAPT_RESULTS *Results)tesseract::Classify
ResetAdaptiveClassifierInternal()tesseract::Classify
SetAdaptiveThreshold(float Threshold)tesseract::Classify
SetStaticClassifier(ShapeClassifier *static_classifier)tesseract::Classify
SettupPass1()tesseract::Classify
SettupPass2()tesseract::Classify
SetupBLCNDenorms(const TBLOB &blob, bool nonlinear_norm, DENORM *bl_denorm, DENORM *cn_denorm, INT_FX_RESULT_STRUCT *fx_info)tesseract::Classifystatic
shape_table() consttesseract::Classifyinline
shape_table_tesseract::Classifyprotected
ShapeIDToClassID(int shape_id) consttesseract::Classify
shapetable_cutoffs_tesseract::Classifyprivate
ShowBestMatchFor(int shape_id, const INT_FEATURE_STRUCT *features, int num_features)tesseract::Classify
ShowMatchDisplay()tesseract::Classify
StartBackupAdaptiveClassifier()tesseract::Classify
static_classifier_tesseract::Classifyprivate
STRING_VAR_H(classify_learn_debug_str, "", "Class str to debug learning")tesseract::Classify
SwitchAdaptiveClassifier()tesseract::Classify
TempConfigReliable(CLASS_ID class_id, const TEMP_CONFIG &config)tesseract::Classify
TempProtoMasktesseract::Classify
tr_file_data_tesseract::Classifyprivate
unichar_ambigstesseract::CCUtil
unicharsettesseract::CCUtil
UpdateAmbigsGroup(CLASS_ID class_id, TBLOB *Blob)tesseract::Classify
use_ambigs_for_adaptiontesseract::CCUtil
use_definite_ambigs_for_classifiertesseract::CCUtil
WriteAdaptedTemplates(FILE *File, ADAPT_TEMPLATES Templates)tesseract::Classify
WriteIntTemplates(FILE *File, INT_TEMPLATES Templates, const UNICHARSET &target_unicharset)tesseract::Classify
WriteTRFile(const STRING &filename)tesseract::Classify
~CCStruct()tesseract::CCStructvirtual
~CCUtil()tesseract::CCUtilvirtual
~Classify()tesseract::Classifyvirtual
~CUtil()tesseract::CUtilvirtual