tesseract
5.0.0
Public Member Functions
|
List of all members
tesseract::greater_than Struct Reference
Public Member Functions
bool
operator()
(const
RecodeNode
*&node1, const
RecodeNode
*&node2)
Detailed Description
Definition at line
330
of file
recodebeam.cpp
.
Member Function Documentation
◆
operator()()
bool tesseract::greater_than::operator()
(
const
RecodeNode
*&
node1
,
const
RecodeNode
*&
node2
)
inline
Definition at line
331
of file
recodebeam.cpp
.
331
{
332
return
(node1->score > node2->score);
333
}
The documentation for this struct was generated from the following file:
src/lstm/
recodebeam.cpp
tesseract
greater_than
Generated on Tue Dec 28 2021 13:33:15 for tesseract by
1.9.1