tesseract
5.0.0-alpha-619-ge9db
|
Go to the source code of this file.
Classes | |
class | PGEventHandler |
Namespaces | |
tesseract | |
Variables | |
BLOCK_LIST * | current_block_list |
char * | editor_image_win_name = "EditorImage" |
int | editor_image_xpos = 590 |
int | editor_image_ypos = 10 |
int | editor_image_height = 680 |
int | editor_image_width = 655 |
int | editor_image_word_bb_color = BLUE |
int | editor_image_blob_bb_color = YELLOW |
int | editor_image_text_color = WHITE |
char * | editor_dbwin_name = "EditorDBWin" |
int | editor_dbwin_xpos = 50 |
int | editor_dbwin_ypos = 500 |
int | editor_dbwin_height = 24 |
int | editor_dbwin_width = 80 |
char * | editor_word_name = "BlnWords" |
int | editor_word_xpos = 60 |
int | editor_word_ypos = 510 |
int | editor_word_height = 240 |
int | editor_word_width = 655 |
double | editor_smd_scale_factor = 1.0 |
BLOCK_LIST* current_block_list |
int editor_dbwin_height = 24 |
"Editor debug window height"
Definition at line 135 of file pgedit.cpp.
char* editor_dbwin_name = "EditorDBWin" |
"Editor debug window name"
Definition at line 132 of file pgedit.cpp.
int editor_dbwin_width = 80 |
"Editor debug window width"
Definition at line 136 of file pgedit.cpp.
int editor_dbwin_xpos = 50 |
"Editor debug window X Pos"
Definition at line 133 of file pgedit.cpp.
int editor_dbwin_ypos = 500 |
"Editor debug window Y Pos"
Definition at line 134 of file pgedit.cpp.
int editor_image_blob_bb_color = YELLOW |
"Blob bounding box colour"
Definition at line 127 of file pgedit.cpp.
int editor_image_height = 680 |
"Editor image height"
int editor_image_text_color = WHITE |
"Correct text colour"
Definition at line 129 of file pgedit.cpp.
int editor_image_width = 655 |
"Editor image width"
char* editor_image_win_name = "EditorImage" |
"Editor image window name"
Definition at line 120 of file pgedit.cpp.
int editor_image_word_bb_color = BLUE |
"Word bounding box colour"
Definition at line 125 of file pgedit.cpp.
int editor_image_xpos = 590 |
"Editor image X Pos"
Definition at line 121 of file pgedit.cpp.
int editor_image_ypos = 10 |
"Editor image Y Pos"
Definition at line 122 of file pgedit.cpp.
double editor_smd_scale_factor = 1.0 |
"Scaling for smd image"
int editor_word_height = 240 |
"Word window height"
Definition at line 141 of file pgedit.cpp.
char* editor_word_name = "BlnWords" |
int editor_word_width = 655 |
"Word window width"
Definition at line 142 of file pgedit.cpp.
int editor_word_xpos = 60 |
"Word window X Pos"
Definition at line 139 of file pgedit.cpp.
int editor_word_ypos = 510 |
"Word window Y Pos"
Definition at line 140 of file pgedit.cpp.