|
tesseract
4.00.00dev
|
Go to the source code of this file.
Macros | |
| #define | NUM_COLORS 6 |
Functions | |
| void | display_blob (TBLOB *blob, C_COL color) |
| void | render_blob (void *window, TBLOB *blob, C_COL color) |
| void | render_edgepts (void *window, EDGEPT *edgept, C_COL color) |
| void | render_outline (void *window, TESSLINE *outline, C_COL color) |
Variables | |
| ScrollView * | blob_window |
| C_COL | color_list [] |
| bool | wordrec_display_all_blobs = 0 |
| bool | wordrec_display_all_words = 0 |
| bool | wordrec_blob_pause = 0 |
Definition at line 64 of file render.cpp.
Definition at line 83 of file render.cpp.
Definition at line 98 of file render.cpp.
Definition at line 124 of file render.cpp.
| ScrollView* blob_window |
Definition at line 43 of file render.cpp.
| C_COL color_list[] |
Definition at line 45 of file render.cpp.
| bool wordrec_blob_pause = 0 |
"Blob pause"
Definition at line 53 of file render.cpp.
| bool wordrec_display_all_blobs = 0 |
"Display Blobs"
Definition at line 49 of file render.cpp.
| bool wordrec_display_all_words = 0 |
"Display Words"
Definition at line 51 of file render.cpp.