|
tesseract
4.0.0-beta.1-59-g2cc4
|
#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 INT16_MAX |
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 INT16_MAX |
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.