|
tesseract
4.00.00dev
|
Go to the source code of this file.
Macros | |
| #define | NO_SMD "none" |
Functions | |
| ScrollView * | create_to_win (ICOORD page_tr) |
| void | close_to_win () |
| void | create_todebug_win () |
| void | plot_box_list (ScrollView *win, BLOBNBOX_LIST *list, ScrollView::Color body_colour) |
| void | plot_to_row (TO_ROW *row, ScrollView::Color colour, FCOORD rotation) |
| void | plot_parallel_row (TO_ROW *row, float gradient, inT32 left, ScrollView::Color colour, FCOORD rotation) |
| void | draw_occupation (inT32 xleft, inT32 ybottom, inT32 min_y, inT32 max_y, inT32 occupation[], inT32 thresholds[]) |
| void | draw_meanlines (TO_BLOCK *block, float gradient, inT32 left, ScrollView::Color colour, FCOORD rotation) |
| void | plot_word_decisions (ScrollView *win, inT16 pitch, TO_ROW *row) |
| void | plot_fp_cells (ScrollView *win, ScrollView::Color colour, BLOBNBOX_IT *blob_it, inT16 pitch, inT16 blob_count, STATS *projection, inT16 projection_left, inT16 projection_right, float projection_scale) |
| void | plot_fp_cells2 (ScrollView *win, ScrollView::Color colour, TO_ROW *row, FPSEGPT_LIST *seg_list) |
| void | plot_row_cells (ScrollView *win, ScrollView::Color colour, TO_ROW *row, float xshift, ICOORDELT_LIST *cells) |
Variables | |
| bool | textord_show_fixed_cuts = FALSE |
| char * | to_debugfile = DEBUG_WIN_NAME |
| char * | to_smdfile = "none" |
| ScrollView * | to_win |
| FILE * | to_debug |
| #define NO_SMD "none" |
Definition at line 28 of file drawtord.h.
| void close_to_win | ( | ) |
Definition at line 56 of file drawtord.cpp.
| ScrollView* create_to_win | ( | ICOORD | page_tr | ) |
Definition at line 47 of file drawtord.cpp.
| void create_todebug_win | ( | ) |
| void draw_meanlines | ( | TO_BLOCK * | block, |
| float | gradient, | ||
| inT32 | left, | ||
| ScrollView::Color | colour, | ||
| FCOORD | rotation | ||
| ) |
Definition at line 210 of file drawtord.cpp.
| void draw_occupation | ( | inT32 | xleft, |
| inT32 | ybottom, | ||
| inT32 | min_y, | ||
| inT32 | max_y, | ||
| inT32 | occupation[], | ||
| inT32 | thresholds[] | ||
| ) |
Definition at line 166 of file drawtord.cpp.
| void plot_box_list | ( | ScrollView * | win, |
| BLOBNBOX_LIST * | list, | ||
| ScrollView::Color | body_colour | ||
| ) |
Definition at line 70 of file drawtord.cpp.
| void plot_fp_cells | ( | ScrollView * | win, |
| ScrollView::Color | colour, | ||
| BLOBNBOX_IT * | blob_it, | ||
| inT16 | pitch, | ||
| inT16 | blob_count, | ||
| STATS * | projection, | ||
| inT16 | projection_left, | ||
| inT16 | projection_right, | ||
| float | projection_scale | ||
| ) |
Definition at line 320 of file drawtord.cpp.
| void plot_fp_cells2 | ( | ScrollView * | win, |
| ScrollView::Color | colour, | ||
| TO_ROW * | row, | ||
| FPSEGPT_LIST * | seg_list | ||
| ) |
Definition at line 364 of file drawtord.cpp.
| void plot_parallel_row | ( | TO_ROW * | row, |
| float | gradient, | ||
| inT32 | left, | ||
| ScrollView::Color | colour, | ||
| FCOORD | rotation | ||
| ) |
Definition at line 125 of file drawtord.cpp.
| void plot_row_cells | ( | ScrollView * | win, |
| ScrollView::Color | colour, | ||
| TO_ROW * | row, | ||
| float | xshift, | ||
| ICOORDELT_LIST * | cells | ||
| ) |
Definition at line 397 of file drawtord.cpp.
| void plot_to_row | ( | TO_ROW * | row, |
| ScrollView::Color | colour, | ||
| FCOORD | rotation | ||
| ) |
Definition at line 91 of file drawtord.cpp.
| void plot_word_decisions | ( | ScrollView * | win, |
| inT16 | pitch, | ||
| TO_ROW * | row | ||
| ) |
Definition at line 250 of file drawtord.cpp.
| bool textord_show_fixed_cuts = FALSE |
"Draw fixed pitch cell boundaries"
Definition at line 36 of file drawtord.cpp.
| FILE* to_debug |
| char* to_debugfile = DEBUG_WIN_NAME |
"Name of debugfile"
| char* to_smdfile = "none" |
"Name of SMD file"
| ScrollView* to_win |
Definition at line 38 of file drawtord.cpp.