~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to classify/intproto.h

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
}  // namespace tesseract.
240
240
 
241
241
/*----------------------------------------------------------------------------*/
 
242
#ifndef GRAPHICS_DISABLED
242
243
void RenderIntFeature(ScrollView *window, const INT_FEATURE_STRUCT* Feature,
243
244
                      ScrollView::Color color);
244
245
 
251
252
// Creates a window of the appropriate size for displaying elements
252
253
// in feature space.
253
254
ScrollView* CreateFeatureSpaceWindow(const char* name, int xpos, int ypos);
 
255
#endif  // GRAPHICS_DISABLED
254
256
 
255
257
#endif