#include <ctc.h>
◆ CTC()
◆ Backward()
◆ CalculateBiasFraction()
float tesseract::CTC::CalculateBiasFraction |
( |
| ) |
|
|
private |
◆ ClippedExp()
static double tesseract::CTC::ClippedExp |
( |
double |
x | ) |
|
|
inlinestaticprivate |
◆ ComputeCTCTargets()
◆ ComputeLabelLimits()
bool tesseract::CTC::ComputeLabelLimits |
( |
| ) |
|
|
private |
◆ ComputeSimpleTargets()
void tesseract::CTC::ComputeSimpleTargets |
( |
GENERIC_2D_ARRAY< float > * |
targets | ) |
const |
|
private |
◆ ComputeWidthsAndMeans()
◆ Forward()
◆ LabelsToClasses()
◆ NeededNull()
bool tesseract::CTC::NeededNull |
( |
int |
index | ) |
const |
|
private |
◆ NormalizeProbs() [1/2]
static void tesseract::CTC::NormalizeProbs |
( |
NetworkIO * |
probs | ) |
|
|
inlinestatic |
◆ NormalizeProbs() [2/2]
◆ NormalizeSequence()
void tesseract::CTC::NormalizeSequence |
( |
GENERIC_2D_ARRAY< double > * |
probs | ) |
const |
|
private |
◆ kMaxExpArg_
const double tesseract::CTC::kMaxExpArg_ = 80.0 |
|
staticprivate |
◆ kMinProb_
const float tesseract::CTC::kMinProb_ = 1e-12 |
|
staticprivate |
◆ kMinTotalFinalProb_
const double tesseract::CTC::kMinTotalFinalProb_ = 1e-6 |
|
staticprivate |
◆ kMinTotalTimeProb_
const double tesseract::CTC::kMinTotalTimeProb_ = 1e-8 |
|
staticprivate |
◆ labels_
◆ max_labels_
◆ min_labels_
◆ null_char_
int tesseract::CTC::null_char_ |
|
private |
◆ num_classes_
int tesseract::CTC::num_classes_ |
|
private |
◆ num_labels_
int tesseract::CTC::num_labels_ |
|
private |
◆ num_timesteps_
int tesseract::CTC::num_timesteps_ |
|
private |
◆ outputs_
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/lstm/ctc.h
- /home/stephane/src/tesseract/src/lstm/ctc.cpp