tesseract  3.03
tesseract::AssociateStats Struct Reference

#include <associate.h>

List of all members.

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

Detailed Description

Definition at line 36 of file associate.h.


Constructor & Destructor Documentation

Definition at line 37 of file associate.h.

{ Clear(); }

Member Function Documentation

Definition at line 39 of file associate.h.

Definition at line 50 of file associate.h.

               {
    tprintf("AssociateStats: w(%g %d) s(%g %d)\n", shape_cost, bad_shape);
  }

Member Data Documentation

Definition at line 55 of file associate.h.

Definition at line 56 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.


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