Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tesseract::ParamsTrainingBundle Class Reference

#include <params_training_featdef.h>

Public Member Functions

 ParamsTrainingBundle ()
 
void StartHypothesisList ()
 
ParamsTrainingHypothesisAddHypothesis ()
 

Public Attributes

GenericVector
< ParamsTrainingHypothesisList
hyp_list_vec
 

Detailed Description

Definition at line 97 of file params_training_featdef.h.

Constructor & Destructor Documentation

tesseract::ParamsTrainingBundle::ParamsTrainingBundle ( )
inline

Definition at line 99 of file params_training_featdef.h.

99 {};

Member Function Documentation

ParamsTrainingHypothesis& tesseract::ParamsTrainingBundle::AddHypothesis ( )
inline

Definition at line 107 of file params_training_featdef.h.

107  {
108  if (hyp_list_vec.empty()) StartHypothesisList();
109  hyp_list_vec.back().push_back(ParamsTrainingHypothesis());
110  return hyp_list_vec.back().back();
111  }
GenericVector< ParamsTrainingHypothesisList > hyp_list_vec
void tesseract::ParamsTrainingBundle::StartHypothesisList ( )
inline

Definition at line 102 of file params_training_featdef.h.

102  {
104  }
GenericVector< ParamsTrainingHypothesisList > hyp_list_vec
GenericVector< ParamsTrainingHypothesis > ParamsTrainingHypothesisList

Member Data Documentation

GenericVector<ParamsTrainingHypothesisList> tesseract::ParamsTrainingBundle::hyp_list_vec

Definition at line 113 of file params_training_featdef.h.


The documentation for this class was generated from the following file: