Tesseract  3.02
tesseract::DawgArgs Struct Reference

#include <dict.h>

List of all members.

Public Member Functions

 DawgArgs (DawgInfoVector *d, DawgInfoVector *c, DawgInfoVector *ud, DawgInfoVector *uc, float r, PermuterType p, int len, int e)

Public Attributes

DawgInfoVectoractive_dawgs
DawgInfoVectorconstraints
DawgInfoVectorupdated_active_dawgs
DawgInfoVectorupdated_constraints
PermuterType permuter
int sought_word_length
float rating_margin
float rating_array [MAX_WERD_LENGTH]
int end_char_choice_index

Detailed Description

Definition at line 65 of file dict.h.


Constructor & Destructor Documentation

tesseract::DawgArgs::DawgArgs ( DawgInfoVector d,
DawgInfoVector c,
DawgInfoVector ud,
DawgInfoVector uc,
float  r,
PermuterType  p,
int  len,
int  e 
) [inline]

Definition at line 66 of file dict.h.


Member Data Documentation

Definition at line 87 of file dict.h.

Definition at line 81 of file dict.h.

float tesseract::DawgArgs::rating_array[MAX_WERD_LENGTH]

Definition at line 86 of file dict.h.

pruning margin ratio

Definition at line 85 of file dict.h.

Definition at line 82 of file dict.h.


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