tesseract
3.03
|
#include <wordrec.h>
Public Member Functions | |
SegSearchPending () | |
void | SetColumnClassified () |
void | SetBlobClassified (int row) |
void | RevisitWholeColumn () |
void | Clear () |
bool | WorkToDo () const |
bool | IsRowJustClassified (int row) const |
int | SingleRow () const |
tesseract::SegSearchPending::SegSearchPending | ( | ) | [inline] |
void tesseract::SegSearchPending::Clear | ( | ) | [inline] |
bool tesseract::SegSearchPending::IsRowJustClassified | ( | int | row | ) | const [inline] |
void tesseract::SegSearchPending::RevisitWholeColumn | ( | ) | [inline] |
void tesseract::SegSearchPending::SetBlobClassified | ( | int | row | ) | [inline] |
void tesseract::SegSearchPending::SetColumnClassified | ( | ) | [inline] |
int tesseract::SegSearchPending::SingleRow | ( | ) | const [inline] |
bool tesseract::SegSearchPending::WorkToDo | ( | ) | const [inline] |