|
tesseract
5.0.0
|
#include "scanedg.h"#include "crakedge.h"#include "edgloop.h"#include "pdblock.h"#include <allheaders.h>#include <memory>Go to the source code of this file.
Classes | |
| struct | tesseract::CrackPos |
Namespaces | |
| tesseract | |
Macros | |
| #define | WHITE_PIX 1 /*thresholded colours */ |
| #define | BLACK_PIX 0 |
| #define | FLIP_COLOUR(pix) (1 - (pix)) |
Functions | |
| void | tesseract::block_edges (Image t_pix, PDBLK *block, C_OUTLINE_IT *outline_it) |
| #define BLACK_PIX 0 |
Definition at line 32 of file scanedg.cpp.
| #define FLIP_COLOUR | ( | pix | ) | (1 - (pix)) |
Definition at line 34 of file scanedg.cpp.
| #define WHITE_PIX 1 /*thresholded colours */ |
Definition at line 31 of file scanedg.cpp.