|
tesseract
4.00.00dev
|
This is the complete list of members for tesseract::LSTMRecognizer, including all inherited members.
| AddBlobChoices(int unichar_id, float rating, float certainty, int col, int row, const UNICHARSET *target_unicharset, BLOB_CHOICE_IT *bc_it) | tesseract::LSTMRecognizer | protected |
| CacheStrategy() const | tesseract::LSTMRecognizer | inline |
| ccutil_ | tesseract::LSTMRecognizer | protected |
| debug_win_ | tesseract::LSTMRecognizer | protected |
| DebugActivationPath(const NetworkIO &outputs, const GenericVector< int > &labels, const GenericVector< int > &xcoords) | tesseract::LSTMRecognizer | protected |
| DebugActivationRange(const NetworkIO &outputs, const char *label, int best_choice, int x_start, int x_end) | tesseract::LSTMRecognizer | protected |
| DecodeLabel(const GenericVector< int > &labels, int start, int *end, int *decoded) | tesseract::LSTMRecognizer | protected |
| DecodeLabels(const GenericVector< int > &labels) | tesseract::LSTMRecognizer | |
| DecodeSingleLabel(int label) | tesseract::LSTMRecognizer | protected |
| DeSerialize(TFile *fp) | tesseract::LSTMRecognizer | |
| dict_ | tesseract::LSTMRecognizer | protected |
| DisplayForward(const NetworkIO &inputs, const GenericVector< int > &labels, const GenericVector< int > &label_coords, const char *window_name, ScrollView **window) | tesseract::LSTMRecognizer | |
| DisplayLSTMOutput(const GenericVector< int > &labels, const GenericVector< int > &xcoords, int height, ScrollView *window) | tesseract::LSTMRecognizer | protected |
| EnumerateLayers() const | tesseract::LSTMRecognizer | inline |
| GetBlobChoices(int col, int row, bool debug, const NetworkIO &output, const UNICHARSET *target_unicharset, int x_start, int x_end, float score_ratio) | tesseract::LSTMRecognizer | protected |
| GetDict() const | tesseract::LSTMRecognizer | inline |
| GetLayer(const STRING &id) const | tesseract::LSTMRecognizer | inline |
| GetLayerLearningRate(const STRING &id) const | tesseract::LSTMRecognizer | inline |
| GetUnicharset() const | tesseract::LSTMRecognizer | inline |
| InitializeWord(const TBOX &line_box, int word_start, int word_end, float space_certainty, bool use_alternates, const UNICHARSET *target_unicharset, const GenericVector< int > &labels, const GenericVector< int > &label_coords, float scale_factor) | tesseract::LSTMRecognizer | |
| IsHardening() const | tesseract::LSTMRecognizer | inline |
| IsIntMode() const | tesseract::LSTMRecognizer | inline |
| IsRecoding() const | tesseract::LSTMRecognizer | inline |
| IsTensorFlow() const | tesseract::LSTMRecognizer | inline |
| IsUsingAdaGrad() const | tesseract::LSTMRecognizer | inline |
| LabelsFromOutputs(const NetworkIO &outputs, float null_thr, GenericVector< int > *labels, GenericVector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
| LabelsViaCTC(const NetworkIO &output, GenericVector< int > *labels, GenericVector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
| LabelsViaReEncode(const NetworkIO &output, GenericVector< int > *labels, GenericVector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
| LabelsViaSimpleText(const NetworkIO &output, GenericVector< int > *labels, GenericVector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
| LabelsViaThreshold(const NetworkIO &output, float null_threshold, GenericVector< int > *labels, GenericVector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
| learning_rate() const | tesseract::LSTMRecognizer | inline |
| learning_rate_ | tesseract::LSTMRecognizer | protected |
| LoadDictionary(const char *lang, TessdataManager *mgr) | tesseract::LSTMRecognizer | |
| LSTMRecognizer() | tesseract::LSTMRecognizer | |
| momentum_ | tesseract::LSTMRecognizer | protected |
| network_ | tesseract::LSTMRecognizer | protected |
| network_str_ | tesseract::LSTMRecognizer | protected |
| null_char() const | tesseract::LSTMRecognizer | inline |
| null_char_ | tesseract::LSTMRecognizer | protected |
| NumInputs() const | tesseract::LSTMRecognizer | inline |
| NumOutputs() const | tesseract::LSTMRecognizer | inline |
| OutputLossType() const | tesseract::LSTMRecognizer | inline |
| OutputStats(const NetworkIO &outputs, float *min_output, float *mean_output, float *sd) | tesseract::LSTMRecognizer | |
| randomizer_ | tesseract::LSTMRecognizer | protected |
| recoder_ | tesseract::LSTMRecognizer | protected |
| RecognizeLine(const ImageData &image_data, bool invert, bool debug, double worst_dict_cert, bool use_alternates, const UNICHARSET *target_unicharset, const TBOX &line_box, float score_ratio, bool one_word, PointerVector< WERD_RES > *words) | tesseract::LSTMRecognizer | |
| RecognizeLine(const ImageData &image_data, bool invert, bool debug, bool re_invert, float label_threshold, float *scale_factor, NetworkIO *inputs, NetworkIO *outputs) | tesseract::LSTMRecognizer | |
| sample_iteration() const | tesseract::LSTMRecognizer | inline |
| sample_iteration_ | tesseract::LSTMRecognizer | protected |
| ScaleLayerLearningRate(const STRING &id, double factor) | tesseract::LSTMRecognizer | inline |
| ScaleLearningRate(double factor) | tesseract::LSTMRecognizer | inline |
| scratch_space_ | tesseract::LSTMRecognizer | protected |
| search_ | tesseract::LSTMRecognizer | protected |
| Serialize(TFile *fp) const | tesseract::LSTMRecognizer | |
| SetIteration(int iteration) | tesseract::LSTMRecognizer | inline |
| SetRandomSeed() | tesseract::LSTMRecognizer | inlineprotected |
| SimpleTextOutput() const | tesseract::LSTMRecognizer | inline |
| training_flags_ | tesseract::LSTMRecognizer | protected |
| training_iteration() const | tesseract::LSTMRecognizer | inline |
| training_iteration_ | tesseract::LSTMRecognizer | protected |
| weight_range_ | tesseract::LSTMRecognizer | protected |
| WordFromOutput(const TBOX &line_box, const NetworkIO &outputs, int word_start, int word_end, float score_ratio, float space_certainty, bool debug, bool use_alternates, const UNICHARSET *target_unicharset, const GenericVector< int > &labels, const GenericVector< int > &label_coords, float scale_factor) | tesseract::LSTMRecognizer | |
| WordsFromOutputs(const NetworkIO &outputs, const GenericVector< int > &labels, const GenericVector< int > label_coords, const TBOX &line_box, bool debug, bool use_alternates, bool one_word, float score_ratio, float scale_factor, const UNICHARSET *target_unicharset, PointerVector< WERD_RES > *words) | tesseract::LSTMRecognizer | |
| ~LSTMRecognizer() | tesseract::LSTMRecognizer |