tesseract v5.3.3.20231005
|
#include <bbgrid.h>
Public Member Functions | |
GridSearch (BBGrid< BBC, BBC_CLIST, BBC_C_IT > *grid) | |
int | GridX () const |
int | GridY () const |
void | SetUniqueMode (bool mode) |
bool | ReturnedSeedElement () const |
void | StartFullSearch () |
BBC * | NextFullSearch () |
void | StartRadSearch (int x, int y, int max_radius) |
BBC * | NextRadSearch () |
void | StartSideSearch (int x, int ymin, int ymax) |
BBC * | NextSideSearch (bool right_to_left) |
void | StartVerticalSearch (int xmin, int xmax, int y) |
BBC * | NextVerticalSearch (bool top_to_bottom) |
void | StartRectSearch (const TBOX &rect) |
BBC * | NextRectSearch () |
void | RemoveBBox () |
void | RepositionIterator () |
|
inline |
|
inline |
|
inline |
BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextFullSearch |
Definition at line 711 of file bbgrid.h.
BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextRadSearch |
Definition at line 749 of file bbgrid.h.
BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextRectSearch |
Definition at line 896 of file bbgrid.h.
BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextSideSearch | ( | bool | right_to_left | ) |
Definition at line 802 of file bbgrid.h.
BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextVerticalSearch | ( | bool | top_to_bottom | ) |
Definition at line 849 of file bbgrid.h.
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::RemoveBBox |
Definition at line 928 of file bbgrid.h.
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::RepositionIterator |
Definition at line 954 of file bbgrid.h.
|
inline |
Definition at line 260 of file bbgrid.h.
|
inline |
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartFullSearch |
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartRadSearch | ( | int | x, |
int | y, | ||
int | max_radius | ||
) |
Definition at line 735 of file bbgrid.h.
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartRectSearch | ( | const TBOX & | rect | ) |
Definition at line 884 of file bbgrid.h.
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartSideSearch | ( | int | x, |
int | ymin, | ||
int | ymax | ||
) |
Definition at line 788 of file bbgrid.h.
void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartVerticalSearch | ( | int | xmin, |
int | xmax, | ||
int | y | ||
) |
Definition at line 837 of file bbgrid.h.