21 #ifndef TESSERACT_TEXTORD_ALIGNEDBLOB_H__ 22 #define TESSERACT_TEXTORD_ALIGNEDBLOB_H__ 30 "Turn on output related to bugs in tab finding");
33 "Use greyed image background for debug");
35 "Make debug windows printable");
53 int v_gap_multiple,
int min_gutter_width,
int resolution,
103 int* vertical_x,
int* vertical_y);
113 return textord_debug_pix_;
123 BLOBNBOX_CLIST* good_points,
int* end_y);
134 int x_start,
int* end_y);
137 static STRING textord_debug_pix_;
139 static int debug_pix_index_;
144 #endif // TESSERACT_TEXTORD_ALIGNEDBLOB_H__
int textord_debug_tabfind
const ICOORD & tright() const
static bool WithinTestRegion(int detail_level, int x, int y)
#define INT_VAR_H(name, val, comment)
static void IncrementDebugPix()
static const STRING & textord_debug_pix()
#define BOOL_VAR_H(name, val, comment)
bool textord_debug_printable
bool textord_debug_images
void set_vertical(int vertical_x, int vertical_y)
TabVector * FindVerticalAlignment(AlignedBlobParams align_params, BLOBNBOX *bbox, int *vertical_x, int *vertical_y)
const ICOORD & bleft() const
AlignedBlob(int gridsize, const ICOORD &bleft, const ICOORD &tright)
ScrollView * DisplayTabs(const char *window_name, ScrollView *tab_win)
AlignedBlobParams(int vertical_x, int vertical_y, int height, int v_gap_multiple, int min_gutter_width, int resolution, TabAlignment alignment0)