Tesseract 3.01
|
#include "ocrblock.h"
#include "ocrrow.h"
#include "werd.h"
#include "rect.h"
#include "params.h"
#include "notdll.h"
#include "tesseractclass.h"
Go to the source code of this file.
ScrollView* bln_word_window_handle | ( | ) |
void build_image_window | ( | int | width, |
int | height | ||
) |
Destroy the existing image window if there is one. Work out how big the new window needs to be. Create it and re-display.
void display_bln_lines | ( | ScrollView | window, |
ScrollView::Color | colour, | ||
float | scale_factor, | ||
float | y_offset, | ||
float | minx, | ||
float | maxx | ||
) |
void pgeditor_msg | ( | const char * | msg | ) |
Display a message - in the command window if there is one, or to stdout
void pgeditor_show_point | ( | SVEvent * | event | ) |
Display the coordinates of a point in the command window
void show_point | ( | PAGE_RES * | page_res, |
float | x, | ||
float | y | ||
) |
Show coords of point, blob bounding box, word bounding box and offset from row baseline
BLOCK_LIST* current_block_list |
int editor_dbwin_height = 24 |
"Editor debug window height"
char* editor_dbwin_name = "EditorDBWin" |
"Editor debug window name"
int editor_dbwin_width = 80 |
"Editor debug window width"
int editor_dbwin_xpos = 50 |
"Editor debug window X Pos"
int editor_dbwin_ypos = 500 |
"Editor debug window Y Pos"
int editor_image_blob_bb_color = YELLOW |
"Blob bounding box colour"
int editor_image_height = 680 |
"Editor image height"
int editor_image_text_color = WHITE |
"Correct text colour"
int editor_image_width = 655 |
"Editor image width"
char* editor_image_win_name = "EditorImage" |
"Editor image window name"
int editor_image_word_bb_color = BLUE |
"Word bounding box colour"
int editor_image_xpos = 590 |
"Editor image X Pos"
int editor_image_ypos = 10 |
"Editor image Y Pos"
double editor_smd_scale_factor = 1.0 |
"Scaling for smd image"
int editor_word_height = 240 |
"Word window height"
char* editor_word_name = "BlnWords" |
"BL normalised word window"
"BL normalized word window"
int editor_word_width = 655 |
"Word window width"
int editor_word_xpos = 60 |
"Word window X Pos"
int editor_word_ypos = 510 |
"Word window Y Pos"