Tesseract 3.01
tesseract::PermuterState Class Reference

#include <permute.h>

List of all members.

Public Member Functions

 PermuterState ()
void Init (const BLOB_CHOICE_LIST_VECTOR &char_choices, const UNICHARSET &unicharset, float default_bias, bool debug)
void AddPreference (int start_pos, char *pos_str, float weight)
void AddPreference (int char_pos, BLOB_CHOICE *blob_choice, float weight)
WERD_CHOICEGetPermutedWord (float *certainties, float *adjust_factor)
void set_allow_collision (bool flag)
void set_adjust_factor (float factor)
void set_debug (bool debug)
bool position_marked (int pos)

Constructor & Destructor Documentation

tesseract::PermuterState::PermuterState ( )

Member Function Documentation

void tesseract::PermuterState::AddPreference ( int  start_pos,
char *  pos_str,
float  weight 
)
void tesseract::PermuterState::AddPreference ( int  char_pos,
BLOB_CHOICE blob_choice,
float  weight 
)
WERD_CHOICE * tesseract::PermuterState::GetPermutedWord ( float *  certainties,
float *  adjust_factor 
)
void tesseract::PermuterState::Init ( const BLOB_CHOICE_LIST_VECTOR char_choices,
const UNICHARSET unicharset,
float  default_bias,
bool  debug 
)
bool tesseract::PermuterState::position_marked ( int  pos) [inline]
void tesseract::PermuterState::set_adjust_factor ( float  factor) [inline]
void tesseract::PermuterState::set_allow_collision ( bool  flag) [inline]
void tesseract::PermuterState::set_debug ( bool  debug) [inline]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines