Tesseract
3.02
|
#include <pageres.h>
Public Member Functions | |
BlamerBundle () | |
~BlamerBundle () | |
void | ClearResults () |
void | CopyTruth (const BlamerBundle &other) |
void | CopyResults (const BlamerBundle &other) |
BlamerBundle (const BlamerBundle &other) | |
const char * | IncorrectReason () const |
bool | NoTruth () const |
void | SetBlame (IncorrectResultReason irr, const STRING &msg, const WERD_CHOICE *choice, bool debug) |
void | FillDebugString (const STRING &msg, const WERD_CHOICE *choice, STRING *debug) |
Static Public Member Functions | |
static const char * | IncorrectReasonName (IncorrectResultReason irr) |
|
inline |
Definition at line 99 of file pageres.h.
|
inline |
Definition at line 102 of file pageres.h.
|
inline |
|
inline |
Definition at line 103 of file pageres.h.
|
inline |
Definition at line 124 of file pageres.h.
|
inline |
Definition at line 117 of file pageres.h.
void BlamerBundle::FillDebugString | ( | const STRING & | msg, |
const WERD_CHOICE * | choice, | ||
STRING * | debug | ||
) |
Definition at line 63 of file pageres.cpp.
const char * BlamerBundle::IncorrectReason | ( | ) | const |
Definition at line 59 of file pageres.cpp.
|
static |
Definition at line 55 of file pageres.cpp.
|
inline |
|
inline |
Definition at line 151 of file pageres.h.
GenericVector<int> BlamerBundle::correct_segmentation_cols |
GenericVector<int> BlamerBundle::correct_segmentation_rows |
IncorrectResultReason BlamerBundle::incorrect_result_reason |
tesseract::BoxWord BlamerBundle::norm_truth_word |
tesseract::ParamsTrainingBundle BlamerBundle::params_training_bundle |
GenericVector<STRING> BlamerBundle::truth_text |
tesseract::BoxWord BlamerBundle::truth_word |