tesseract-doxygen/textord/scanedg.h File Reference
#include "varable.h"
#include "scrollview.h"
#include "img.h"
#include "pdblock.h"
#include "crakedge.h"
Go to the source code of this file.
Functions |
DLLSYM void | block_edges (IMAGE *t_image, PDBLK *block, ICOORD page_tr) |
void | make_margins (PDBLK *block, BLOCK_LINE_IT *line_it, uinT8 *pixels, uinT8 margin, inT16 left, inT16 right, inT16 y) |
void | whiteout_block (IMAGE *t_image, PDBLK *block) |
void | line_edges (inT16 x, inT16 y, inT16 xext, uinT8 uppercolour, uinT8 *bwpos, CRACKEDGE **prevline) |
CRACKEDGE * | h_edge (inT16 x, inT16 y, inT8 sign, CRACKEDGE *join) |
CRACKEDGE * | v_edge (inT16 x, inT16 y, inT8 sign, CRACKEDGE *join) |
void | join_edges (CRACKEDGE *edge1, CRACKEDGE *edge2) |
void | free_crackedges (CRACKEDGE *start) |
Function Documentation
void whiteout_block |
( |
IMAGE * |
t_image, |
|
|
PDBLK * |
block | |
|
) |
| | |