tesseract::LineFinder Class Reference
#include <linefind.h>
List of all members.
Static Public Member Functions |
static void | FindVerticalLines (int resolution, Pix *pix, int *vertical_x, int *vertical_y, TabVector_LIST *vectors) |
static void | FindHorizontalLines (int resolution, Pix *pix, TabVector_LIST *vectors) |
static void | ConvertBoxaToBlobs (int image_width, int image_height, Boxa **boxes, C_BLOB_LIST *blobs) |
Member Function Documentation
void tesseract::LineFinder::ConvertBoxaToBlobs |
( |
int |
image_width, |
|
|
int |
image_height, |
|
|
Boxa ** |
boxes, |
|
|
C_BLOB_LIST * |
blobs | |
|
) |
| | [static] |
void tesseract::LineFinder::FindHorizontalLines |
( |
int |
resolution, |
|
|
Pix * |
pix, |
|
|
TabVector_LIST * |
vectors | |
|
) |
| | [static] |
void tesseract::LineFinder::FindVerticalLines |
( |
int |
resolution, |
|
|
Pix * |
pix, |
|
|
int * |
vertical_x, |
|
|
int * |
vertical_y, |
|
|
TabVector_LIST * |
vectors | |
|
) |
| | [static] |
The documentation for this class was generated from the following files: