tesseract
5.0.0-alpha-619-ge9db
|
#include "blamer.h"
#include <cmath>
#include <cstdlib>
#include "blobs.h"
#include "errcode.h"
#include "lm_pain_points.h"
#include "matrix.h"
#include "normalis.h"
#include "pageres.h"
#include "unicharset.h"
Go to the source code of this file.
Variables | |
const char | kBlameCorrect [] = "corr" |
const char | kBlameClassifier [] = "cl" |
const char | kBlameChopper [] = "chop" |
const char | kBlameClassLMTradeoff [] = "cl/LM" |
const char | kBlamePageLayout [] = "pglt" |
const char | kBlameSegsearchHeur [] = "ss_heur" |
const char | kBlameSegsearchPP [] = "ss_pp" |
const char | kBlameClassOldLMTradeoff [] = "cl/old_LM" |
const char | kBlameAdaption [] = "adapt" |
const char | kBlameNoTruthSplit [] = "no_tr_spl" |
const char | kBlameNoTruth [] = "no_tr" |
const char | kBlameUnknown [] = "unkn" |
const char *const | kIncorrectResultReasonNames [] |
const char kBlameAdaption[] = "adapt" |
Definition at line 42 of file blamer.cpp.
const char kBlameChopper[] = "chop" |
Definition at line 36 of file blamer.cpp.
const char kBlameClassifier[] = "cl" |
Definition at line 35 of file blamer.cpp.
const char kBlameClassLMTradeoff[] = "cl/LM" |
Definition at line 37 of file blamer.cpp.
const char kBlameClassOldLMTradeoff[] = "cl/old_LM" |
Definition at line 41 of file blamer.cpp.
const char kBlameCorrect[] = "corr" |
Definition at line 34 of file blamer.cpp.
const char kBlameNoTruth[] = "no_tr" |
Definition at line 44 of file blamer.cpp.
const char kBlameNoTruthSplit[] = "no_tr_spl" |
Definition at line 43 of file blamer.cpp.
const char kBlamePageLayout[] = "pglt" |
Definition at line 38 of file blamer.cpp.
const char kBlameSegsearchHeur[] = "ss_heur" |
Definition at line 39 of file blamer.cpp.
const char kBlameSegsearchPP[] = "ss_pp" |
Definition at line 40 of file blamer.cpp.
const char kBlameUnknown[] = "unkn" |
Definition at line 45 of file blamer.cpp.
const char* const kIncorrectResultReasonNames[] |
Definition at line 47 of file blamer.cpp.