tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::AssociateStats Struct Reference

#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
 

Constructor & Destructor Documentation

◆ AssociateStats()

tesseract::AssociateStats::AssociateStats ( )
inline

Member Function Documentation

◆ Clear()

void tesseract::AssociateStats::Clear ( )
inline

◆ Print()

void tesseract::AssociateStats::Print ( )
inline

Member Data Documentation

◆ bad_fixed_pitch_right_gap

bool tesseract::AssociateStats::bad_fixed_pitch_right_gap

◆ bad_fixed_pitch_wh_ratio

bool tesseract::AssociateStats::bad_fixed_pitch_wh_ratio

◆ bad_shape

bool tesseract::AssociateStats::bad_shape

◆ full_wh_ratio

float tesseract::AssociateStats::full_wh_ratio

◆ full_wh_ratio_total

float tesseract::AssociateStats::full_wh_ratio_total

◆ full_wh_ratio_var

float tesseract::AssociateStats::full_wh_ratio_var

◆ gap_sum

int tesseract::AssociateStats::gap_sum

◆ shape_cost

float tesseract::AssociateStats::shape_cost

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