#include <tuning_params.h>
List of all members.
Member Enumeration Documentation
Constructor & Destructor Documentation
tesseract::TuningParams::TuningParams |
( |
| ) |
[inline] |
virtual tesseract::TuningParams::~TuningParams |
( |
| ) |
[inline, virtual] |
Member Function Documentation
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] |
Member Data Documentation
The documentation for this class was generated from the following file: