|
tesseract
4.0.0-beta.1-59-g2cc4
|
Go to the source code of this file.
Macros | |
| #define | TO_WIN_XPOS 0 |
| #define | TO_WIN_YPOS 0 |
| #define | TO_WIN_NAME "Textord" |
| #define | EXTERN |
Functions | |
| ScrollView * | create_to_win (ICOORD page_tr) |
| void | close_to_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_t left, ScrollView::Color colour, FCOORD rotation) |
| void | draw_occupation (int32_t xleft, int32_t ybottom, int32_t min_y, int32_t max_y, int32_t occupation[], int32_t thresholds[]) |
| void | draw_meanlines (TO_BLOCK *block, float gradient, int32_t left, ScrollView::Color colour, FCOORD rotation) |
| void | plot_word_decisions (ScrollView *win, int16_t pitch, TO_ROW *row) |
| void | plot_fp_cells (ScrollView *win, ScrollView::Color colour, BLOBNBOX_IT *blob_it, int16_t pitch, int16_t blob_count, STATS *projection, int16_t projection_left, int16_t 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 | |
| EXTERN bool | textord_show_fixed_cuts = FALSE |
| EXTERN ScrollView * | to_win = NULL |
| #define EXTERN |
Definition at line 33 of file drawtord.cpp.
| #define TO_WIN_NAME "Textord" |
Definition at line 30 of file drawtord.cpp.
| #define TO_WIN_XPOS 0 |
Definition at line 28 of file drawtord.cpp.
| #define TO_WIN_YPOS 0 |
Definition at line 29 of file drawtord.cpp.
| 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 draw_meanlines | ( | TO_BLOCK * | block, |
| float | gradient, | ||
| int32_t | left, | ||
| ScrollView::Color | colour, | ||
| FCOORD | rotation | ||
| ) |
Definition at line 210 of file drawtord.cpp.
| void draw_occupation | ( | int32_t | xleft, |
| int32_t | ybottom, | ||
| int32_t | min_y, | ||
| int32_t | max_y, | ||
| int32_t | occupation[], | ||
| int32_t | 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_t | pitch, | ||
| int16_t | blob_count, | ||
| STATS * | projection, | ||
| int16_t | projection_left, | ||
| int16_t | 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_t | 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_t | pitch, | ||
| TO_ROW * | row | ||
| ) |
Definition at line 250 of file drawtord.cpp.
"Draw fixed pitch cell boundaries"
Definition at line 36 of file drawtord.cpp.
| EXTERN ScrollView* to_win = NULL |
Definition at line 38 of file drawtord.cpp.