#include <imagefind.h>
List of all members.
Static Public Member Functions |
static void | FindImages (Pix *pix, Boxa **boxa, Pixa **pixa) |
static bool | pixNearlyRectangular (Pix *pix, double min_fraction, double max_fraction, double max_skew_gradient, int *x_start, int *y_start, int *x_end, int *y_end) |
static void | BoundsWithinRect (Pix *pix, int *x_start, int *y_start, int *x_end, int *y_end) |
Member Function Documentation
void tesseract::ImageFinder::BoundsWithinRect |
( |
Pix * |
pix, |
|
|
int * |
x_start, |
|
|
int * |
y_start, |
|
|
int * |
x_end, |
|
|
int * |
y_end |
|
) |
| [static] |
void tesseract::ImageFinder::FindImages |
( |
Pix * |
pix, |
|
|
Boxa ** |
boxa, |
|
|
Pixa ** |
pixa |
|
) |
| [static] |
bool tesseract::ImageFinder::pixNearlyRectangular |
( |
Pix * |
pix, |
|
|
double |
min_fraction, |
|
|
double |
max_fraction, |
|
|
double |
max_skew_gradient, |
|
|
int * |
x_start, |
|
|
int * |
y_start, |
|
|
int * |
x_end, |
|
|
int * |
y_end |
|
) |
| [static] |
The documentation for this class was generated from the following files: