tesseract
3.03
|
#include <associate.h>
Public Member Functions | |
AssociateStats () | |
void | Clear () |
void | Print () |
Public Attributes | |
float | shape_cost |
bool | bad_shape |
float | full_wh_ratio |
float | full_wh_ratio_total |
float | full_wh_ratio_var |
bool | bad_fixed_pitch_right_gap |
bool | bad_fixed_pitch_wh_ratio |
int | gap_sum |
Definition at line 36 of file associate.h.
tesseract::AssociateStats::AssociateStats | ( | ) | [inline] |
Definition at line 37 of file associate.h.
{ Clear(); }
void tesseract::AssociateStats::Clear | ( | ) | [inline] |
Definition at line 39 of file associate.h.
{ shape_cost = 0.0f; bad_shape = false; full_wh_ratio = 0.0f; full_wh_ratio_total = 0.0f; full_wh_ratio_var = 0.0f; bad_fixed_pitch_right_gap = false; bad_fixed_pitch_wh_ratio = false; gap_sum = 0; }
void tesseract::AssociateStats::Print | ( | ) | [inline] |
Definition at line 50 of file associate.h.
{ tprintf("AssociateStats: w(%g %d) s(%g %d)\n", shape_cost, bad_shape); }
Definition at line 60 of file associate.h.
Definition at line 62 of file associate.h.
Definition at line 55 of file associate.h.
Definition at line 56 of file associate.h.
Definition at line 57 of file associate.h.
Definition at line 59 of file associate.h.
Definition at line 64 of file associate.h.
Definition at line 54 of file associate.h.