tesseract  5.0.0-alpha-619-ge9db
tesseract::greater_than Struct Reference

Public Member Functions

bool operator() (const RecodeNode *&node1, const RecodeNode *&node2)
 

Detailed Description

Definition at line 308 of file recodebeam.cpp.

Member Function Documentation

◆ operator()()

bool tesseract::greater_than::operator() ( const RecodeNode *&  node1,
const RecodeNode *&  node2 
)
inline

Definition at line 309 of file recodebeam.cpp.

310  {
311  return (node1->score > node2->score);
312  }

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