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