|
Tesseract
3.02
|
#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 |
Definition at line 65 of file associate.h.
|
inline |
Definition at line 66 of file associate.h.
|
inline |
Definition at line 68 of file associate.h.
|
inline |
Definition at line 78 of file associate.h.
| bool tesseract::AssociateStats::bad_fixed_pitch_right_gap |
Definition at line 88 of file associate.h.
| bool tesseract::AssociateStats::bad_fixed_pitch_wh_ratio |
Definition at line 90 of file associate.h.
| bool tesseract::AssociateStats::bad_shape |
Definition at line 83 of file associate.h.
| float tesseract::AssociateStats::full_wh_ratio |
Definition at line 84 of file associate.h.
| float tesseract::AssociateStats::full_wh_ratio_total |
Definition at line 85 of file associate.h.
| float tesseract::AssociateStats::full_wh_ratio_var |
Definition at line 87 of file associate.h.
| float tesseract::AssociateStats::shape_cost |
Definition at line 82 of file associate.h.