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

#include <mastertrainer.h>

Public Member Functions

 ShapeDist ()
 
 ShapeDist (int s1, int s2, float dist)
 
bool operator< (const ShapeDist &other) const
 

Public Attributes

int shape1
 
int shape2
 
float distance
 

Constructor & Destructor Documentation

◆ ShapeDist() [1/2]

tesseract::ShapeDist::ShapeDist ( )
inline

◆ ShapeDist() [2/2]

tesseract::ShapeDist::ShapeDist ( int  s1,
int  s2,
float  dist 
)
inline

Member Function Documentation

◆ operator<()

bool tesseract::ShapeDist::operator< ( const ShapeDist other) const
inline

Member Data Documentation

◆ distance

float tesseract::ShapeDist::distance

◆ shape1

int tesseract::ShapeDist::shape1

◆ shape2

int tesseract::ShapeDist::shape2

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