#include <tuning_params.h>
Definition at line 33 of file tuning_params.h.
◆ type_classifer
◆ type_feature
◆ TuningParams()
tesseract::TuningParams::TuningParams |
( |
| ) |
|
|
inline |
◆ ~TuningParams()
virtual tesseract::TuningParams::~TuningParams |
( |
| ) |
|
|
inlinevirtual |
◆ BeamWidth()
int tesseract::TuningParams::BeamWidth |
( |
| ) |
const |
|
inline |
◆ CharBigramWgt()
double tesseract::TuningParams::CharBigramWgt |
( |
| ) |
const |
|
inline |
◆ CombinerClassifierThresh()
double tesseract::TuningParams::CombinerClassifierThresh |
( |
| ) |
const |
|
inline |
◆ CombinerRunThresh()
double tesseract::TuningParams::CombinerRunThresh |
( |
| ) |
const |
|
inline |
◆ ConvGridSize()
int tesseract::TuningParams::ConvGridSize |
( |
| ) |
const |
|
inline |
◆ HistWindWid()
int tesseract::TuningParams::HistWindWid |
( |
| ) |
const |
|
inline |
◆ Load()
virtual bool tesseract::TuningParams::Load |
( |
string |
file_name | ) |
|
|
pure virtual |
◆ MaxSegPerChar()
int tesseract::TuningParams::MaxSegPerChar |
( |
| ) |
const |
|
inline |
◆ MaxSpaceHeightRatio()
double tesseract::TuningParams::MaxSpaceHeightRatio |
( |
| ) |
const |
|
inline |
◆ MaxWordAspectRatio()
double tesseract::TuningParams::MaxWordAspectRatio |
( |
| ) |
const |
|
inline |
◆ MinConCompSize()
int tesseract::TuningParams::MinConCompSize |
( |
| ) |
const |
|
inline |
◆ MinSpaceHeightRatio()
double tesseract::TuningParams::MinSpaceHeightRatio |
( |
| ) |
const |
|
inline |
◆ RecoWgt()
double tesseract::TuningParams::RecoWgt |
( |
| ) |
const |
|
inline |
◆ Save()
virtual bool tesseract::TuningParams::Save |
( |
string |
file_name | ) |
|
|
pure virtual |
◆ SetBeamWidth()
void tesseract::TuningParams::SetBeamWidth |
( |
int |
beam_width | ) |
|
|
inline |
◆ SetCharBigramWgt()
void tesseract::TuningParams::SetCharBigramWgt |
( |
double |
wgt | ) |
|
|
inline |
◆ SetHistWindWid()
void tesseract::TuningParams::SetHistWindWid |
( |
int |
hist_wind_wid | ) |
|
|
inline |
◆ SetMaxSegPerChar()
void tesseract::TuningParams::SetMaxSegPerChar |
( |
int |
max_seg_per_char | ) |
|
|
inline |
◆ SetRecoWgt()
void tesseract::TuningParams::SetRecoWgt |
( |
double |
wgt | ) |
|
|
inline |
◆ SetSizeWgt()
void tesseract::TuningParams::SetSizeWgt |
( |
double |
wgt | ) |
|
|
inline |
◆ SetTypeClassifier()
void tesseract::TuningParams::SetTypeClassifier |
( |
type_classifer |
tp_classifier | ) |
|
|
inline |
◆ SetTypeFeature()
void tesseract::TuningParams::SetTypeFeature |
( |
type_feature |
tp_feat | ) |
|
|
inline |
◆ SetWordUnigramWgt()
void tesseract::TuningParams::SetWordUnigramWgt |
( |
double |
wgt | ) |
|
|
inline |
◆ SizeWgt()
double tesseract::TuningParams::SizeWgt |
( |
| ) |
const |
|
inline |
◆ TypeClassifier()
int tesseract::TuningParams::TypeClassifier |
( |
| ) |
const |
|
inline |
◆ TypeFeature()
int tesseract::TuningParams::TypeFeature |
( |
| ) |
const |
|
inline |
◆ WordUnigramWgt()
double tesseract::TuningParams::WordUnigramWgt |
( |
| ) |
const |
|
inline |
◆ beam_width_
int tesseract::TuningParams::beam_width_ |
|
protected |
◆ char_bigrams_wgt_
double tesseract::TuningParams::char_bigrams_wgt_ |
|
protected |
◆ combiner_classifier_thresh_
double tesseract::TuningParams::combiner_classifier_thresh_ |
|
protected |
◆ combiner_run_thresh_
double tesseract::TuningParams::combiner_run_thresh_ |
|
protected |
◆ conv_grid_size_
int tesseract::TuningParams::conv_grid_size_ |
|
protected |
◆ hist_wind_wid_
int tesseract::TuningParams::hist_wind_wid_ |
|
protected |
◆ max_seg_per_char_
int tesseract::TuningParams::max_seg_per_char_ |
|
protected |
◆ max_space_height_ratio_
double tesseract::TuningParams::max_space_height_ratio_ |
|
protected |
◆ max_word_aspect_ratio_
double tesseract::TuningParams::max_word_aspect_ratio_ |
|
protected |
◆ min_con_comp_size_
int tesseract::TuningParams::min_con_comp_size_ |
|
protected |
◆ min_space_height_ratio_
double tesseract::TuningParams::min_space_height_ratio_ |
|
protected |
◆ reco_wgt_
double tesseract::TuningParams::reco_wgt_ |
|
protected |
◆ size_wgt_
double tesseract::TuningParams::size_wgt_ |
|
protected |
◆ tp_classifier_
◆ tp_feat_
◆ word_unigrams_wgt_
double tesseract::TuningParams::word_unigrams_wgt_ |
|
protected |
The documentation for this class was generated from the following file: