| 
    tesseract
    4.0.0-1-g2a2b
    
   | 
 
#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.
      
  | 
  inline | 
Definition at line 37 of file associate.h.
      
  | 
  inline | 
Definition at line 39 of file associate.h.
      
  | 
  inline | 
Definition at line 50 of file associate.h.
| bool tesseract::AssociateStats::bad_fixed_pitch_right_gap | 
Definition at line 58 of file associate.h.
| bool tesseract::AssociateStats::bad_fixed_pitch_wh_ratio | 
Definition at line 60 of file associate.h.
| bool tesseract::AssociateStats::bad_shape | 
Definition at line 53 of file associate.h.
| float tesseract::AssociateStats::full_wh_ratio | 
Definition at line 54 of file associate.h.
| float tesseract::AssociateStats::full_wh_ratio_total | 
Definition at line 55 of file associate.h.
| float tesseract::AssociateStats::full_wh_ratio_var | 
Definition at line 57 of file associate.h.
| int tesseract::AssociateStats::gap_sum | 
Definition at line 62 of file associate.h.
| float tesseract::AssociateStats::shape_cost | 
Definition at line 52 of file associate.h.