Tesseract
3.02
|
#include "clst.h"
#include "coutln.h"
#include "rect.h"
#include "scrollview.h"
#include "allheaders.h"
Go to the source code of this file.
Classes | |
class | tesseract::GridBase |
class | tesseract::IntGrid |
class | tesseract::BBGrid< BBC, BBC_CLIST, BBC_C_IT > |
class | tesseract::GridSearch< BBC, BBC_CLIST, BBC_C_IT > |
class | tesseract::TabEventHandler< G > |
Namespaces | |
namespace | tesseract |
Functions | |
Pix * | tesseract::TraceOutlineOnReducedPix (C_OUTLINE *outline, int gridsize, ICOORD bleft, int *left, int *bottom) |
Pix * | tesseract::TraceBlockOnReducedPix (BLOCK *block, int gridsize, ICOORD bleft, int *left, int *bottom) |
template<class BBC > | |
int | tesseract::SortByBoxLeft (const void *void1, const void *void2) |
template<class BBC > | |
int | tesseract::SortRightToLeft (const void *void1, const void *void2) |
template<class BBC > | |
int | tesseract::SortByBoxBottom (const void *void1, const void *void2) |