|
tesseract
4.00.00dev
|
#include "polyblk.h"#include <ctype.h>#include <math.h>#include <stdio.h>#include <memory>#include "elst.h"Go to the source code of this file.
Macros | |
| #define | PBLOCK_LABEL_SIZE 150 |
| #define | INTERSECTING MAX_INT16 |
Functions | |
POLY_BLOCK::reflect_in_y_axis | |
Reflect the coords of the polygon in the y-axis. (Flip the sign of x.) | |
| int | lessthan (const void *first, const void *second) |
| #define INTERSECTING MAX_INT16 |
Definition at line 33 of file polyblk.cpp.
| #define PBLOCK_LABEL_SIZE 150 |
Definition at line 32 of file polyblk.cpp.
| int lessthan | ( | const void * | first, |
| const void * | second | ||
| ) |
Definition at line 384 of file polyblk.cpp.