#include <unordered_set>
#include "clst.h"
#include "coutln.h"
#include "rect.h"
#include "scrollview.h"
#include "allheaders.h"
Go to the source code of this file.
|
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) |
|