31 #ifndef GRAPHICS_DISABLED
60 if (segm_window ==
NULL) {
62 500, 256, -1000.0, 1000.0, 0.0, 256.0);
90 for (blob = chunks; blob !=
NULL; blob = blob->
next) {
92 if (chunks_left-- == 0) {
95 if (char_num < segmentation[0])
96 chunks_left = segmentation[char_num + 1];
106 #endif // GRPAHICS_DISABLED
void render_segmentation(ScrollView *window, TBLOB *chunks, SEARCH_STATE segmentation)
int wordrec_display_segmentations
ScrollView * c_create_window(const char *name, inT16 xpos, inT16 ypos, inT16 xsize, inT16 ysize, double xmin, double xmax, double ymin, double ymax)
void render_outline(void *window, TESSLINE *outline, C_COL color)
void display_segmentation(TBLOB *chunks, SEARCH_STATE segmentation)
#define INT_VAR(name, val, comment)
TBOX bounding_box() const
void c_clear_window(void *win)
void c_make_current(void *win)