tesseract::IntGrid Class Reference
#include <bbgrid.h>
List of all members.
Constructor & Destructor Documentation
tesseract::IntGrid::IntGrid |
( |
|
) |
|
tesseract::IntGrid::IntGrid |
( |
int |
gridsize, |
|
|
const ICOORD & |
bleft, |
|
|
const ICOORD & |
tright | |
|
) |
| | |
tesseract::IntGrid::~IntGrid |
( |
|
) |
[virtual] |
Member Function Documentation
bool tesseract::IntGrid::AnyZeroInRect |
( |
const TBOX & |
rect |
) |
const |
void tesseract::IntGrid::Clear |
( |
|
) |
|
int tesseract::IntGrid::GridCellValue |
( |
int |
grid_x, |
|
|
int |
grid_y | |
|
) |
| | const [inline] |
void tesseract::IntGrid::Init |
( |
int |
gridsize, |
|
|
const ICOORD & |
bleft, |
|
|
const ICOORD & |
tright | |
|
) |
| | |
IntGrid * tesseract::IntGrid::NeighbourhoodSum |
( |
|
) |
const |
bool tesseract::IntGrid::RectMostlyOverThreshold |
( |
const TBOX & |
rect, |
|
|
int |
threshold | |
|
) |
| | const |
void tesseract::IntGrid::Rotate |
( |
const FCOORD & |
rotation |
) |
|
void tesseract::IntGrid::SetGridCell |
( |
int |
grid_x, |
|
|
int |
grid_y, |
|
|
int |
value | |
|
) |
| | [inline] |
Pix * tesseract::IntGrid::ThresholdToPix |
( |
int |
threshold |
) |
const |
The documentation for this class was generated from the following files:
- /home/rays/src/opensrc/tesseract-ocr/textord/bbgrid.h
- /home/rays/src/opensrc/tesseract-ocr/textord/bbgrid.cpp