Tesseract  3.02
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

Detailed Description

Definition at line 65 of file associate.h.


Constructor & Destructor Documentation

tesseract::AssociateStats::AssociateStats ( ) [inline]

Definition at line 66 of file associate.h.

{ Clear(); }

Member Function Documentation

void tesseract::AssociateStats::Clear ( ) [inline]

Definition at line 68 of file associate.h.

void tesseract::AssociateStats::Print ( ) [inline]

Definition at line 78 of file associate.h.

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

Member Data Documentation

Definition at line 83 of file associate.h.

Definition at line 84 of file associate.h.

Definition at line 87 of file associate.h.

Definition at line 82 of file associate.h.


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