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

#include <paragraphs_internal.h>

Collaboration diagram for tesseract::LineHypothesis:

Public Member Functions

 LineHypothesis ()
 
 LineHypothesis (LineType line_type, const ParagraphModel *m)
 
 LineHypothesis (const LineHypothesis &other)
 
LineHypothesisoperator= (const LineHypothesis &other)
 
bool operator== (const LineHypothesis &other) const
 

Public Attributes

LineType ty
 
const ParagraphModelmodel
 

Constructor & Destructor Documentation

◆ LineHypothesis() [1/3]

tesseract::LineHypothesis::LineHypothesis ( )
inline

◆ LineHypothesis() [2/3]

tesseract::LineHypothesis::LineHypothesis ( LineType  line_type,
const ParagraphModel m 
)
inline

◆ LineHypothesis() [3/3]

tesseract::LineHypothesis::LineHypothesis ( const LineHypothesis other)
inline

Member Function Documentation

◆ operator=()

LineHypothesis& tesseract::LineHypothesis::operator= ( const LineHypothesis other)
inline

◆ operator==()

bool tesseract::LineHypothesis::operator== ( const LineHypothesis other) const
inline

Member Data Documentation

◆ model

const ParagraphModel* tesseract::LineHypothesis::model

◆ ty

LineType tesseract::LineHypothesis::ty

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