|
tesseract 3.04.01
|
#include "baseapi.h"#include "renderer.h"#include "math.h"#include "strngs.h"#include "tprintf.h"#include "allheaders.h"Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Functions | |
| double | tesseract::prec (double x) |
| long | tesseract::dist2 (int x1, int y1, int x2, int y2) |
| void | tesseract::GetWordBaseline (int writing_direction, int ppi, int height, int word_x1, int word_y1, int word_x2, int word_y2, int line_x1, int line_y1, int line_x2, int line_y2, double *x0, double *y0, double *length) |
| void | tesseract::AffineMatrix (int writing_direction, int line_x1, int line_y1, int line_x2, int line_y2, double *a, double *b, double *c, double *d) |
| void | tesseract::ClipBaseline (int ppi, int x1, int y1, int x2, int y2, int *line_x1, int *line_y1, int *line_x2, int *line_y2) |
Variables | |
| const int | tesseract::kBasicBufSize = 2048 |
| const int | tesseract::kCharWidth = 2 |