tesseract v5.3.3.20231005
bbgrid.h File Reference
#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.

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

Image tesseract::TraceOutlineOnReducedPix (C_OUTLINE *outline, int gridsize, ICOORD bleft, int *left, int *bottom)
 
Image 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 >
bool tesseract::StdSortByBoxLeft (const void *void1, const void *void2)
 
template<class BBC >
int tesseract::SortRightToLeft (const void *void1, const void *void2)
 
template<class BBC >
bool tesseract::StdSortRightToLeft (const void *void1, const void *void2)
 
template<class BBC >
int tesseract::SortByBoxBottom (const void *void1, const void *void2)