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

« back to all changes in this revision

Viewing changes to classify/mastertrainer.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:
192
192
  // Generates debug output relating to the canonical distance between the
193
193
  // two given UTF8 grapheme strings.
194
194
  void DebugCanonical(const char* unichar_str1, const char* unichar_str2);
 
195
  #ifndef GRAPHICS_DISABLED
195
196
  // Debugging for cloud/canonical features.
196
197
  // Displays a Features window containing:
197
198
  // If unichar_str2 is in the unicharset, and canonical_font is non-negative,
204
205
  // will display the samples that have that feature in a separate window.
205
206
  void DisplaySamples(const char* unichar_str1, int cloud_font,
206
207
                      const char* unichar_str2, int canonical_font);
 
208
  #endif  // GRAPHICS_DISABLED
207
209
 
208
210
  // Tests the given test_classifier on the internal samples.
209
211
  // See TestClassifier for details.