|
tesseract
4.00.00dev
|
#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 | ( | ) |
| BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextRadSearch | ( | ) |
| BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextRectSearch | ( | ) |
| BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextSideSearch | ( | bool | right_to_left | ) |
| BBC * tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::NextVerticalSearch | ( | bool | top_to_bottom | ) |
| void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::RemoveBBox | ( | ) |
| void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::RepositionIterator | ( | ) |
|
inline |
|
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 | ||
| ) |
| void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartRectSearch | ( | const TBOX & | rect | ) |
| void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartSideSearch | ( | int | x, |
| int | ymin, | ||
| int | ymax | ||
| ) |
| void tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT >::StartVerticalSearch | ( | int | xmin, |
| int | xmax, | ||
| int | y | ||
| ) |