tesseract-doxygen/textord/tessout.h File Reference
#include "ocrblock.h"
#include "tessclas.h"
#include "statistc.h"
#include "notdll.h"
Go to the source code of this file.
Functions |
BOOL8 | make_blocks_from_rows (TEXTROW *tessrows, const char *name, ICOORD page_tr, BOOL8 copy_poly, BLOCK_IT *block_it) |
ROW * | convert_row (TEXTROW *tessrow, BOOL8 do_shift, inT16 &top, inT16 &bottom) |
void | convert_words (TEXTROW *tessrow, BOOL8 do_shift, ROW *row) |
PBLOB * | convert_blob (TBLOB *tblob, BOOL8 do_shift) |
void | convert_outline (TESSLINE *tessline, BOOL8 do_shift, BOOL8 reverse, OUTLINE_IT *it) |
void | accumulate_word_stats (TWERD *word, STATS *kern_stats, ICOORD &bleft, ICOORD &tright) |
void | blob_bounding_box (TBLOB *blob, inT16 &xmin, inT16 &ymin, inT16 &xmax, inT16 &ymax) |
void | free_blob (TBLOB *blob) |
void | free_tree (TESSLINE *outline) |
void | free_outline (TESSLINE *outline) |
Function Documentation
void convert_outline |
( |
TESSLINE * |
tessline, |
|
|
BOOL8 |
do_shift, |
|
|
BOOL8 |
reverse, |
|
|
OUTLINE_IT * |
it | |
|
) |
| | |
void free_blob |
( |
TBLOB * |
blob |
) |
|
void free_outline |
( |
TESSLINE * |
outline |
) |
|
BOOL8 make_blocks_from_rows |
( |
TEXTROW * |
tessrows, |
|
|
const char * |
name, |
|
|
ICOORD |
page_tr, |
|
|
BOOL8 |
copy_poly, |
|
|
BLOCK_IT * |
block_it | |
|
) |
| | |