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

« back to all changes in this revision

Viewing changes to wordrec/wordrec.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:
171
171
 
172
172
  // Fills word->alt_choices with alternative paths found during
173
173
  // chopping/segmentation search that are kept in best_choices.
174
 
  // TODO(antonova): the function currently saves unchar ids, rating and
175
 
  // certainty information for each alternative choice.
176
 
  // We might need to add saving blob choices and segmentation state
177
 
  // associated with each alt choice if needed.
178
174
  void SaveAltChoices(const LIST &best_choices, WERD_RES *word);
179
175
 
180
176
  // Fills character choice lattice in the given BlamerBundle
377
373
  inT16 select_blob_to_split(const BLOB_CHOICE_LIST_VECTOR &char_choices,
378
374
                             float rating_ceiling,
379
375
                             bool split_next_to_fragment);
 
376
  inT16 select_blob_to_split_from_fixpt(DANGERR *fixpt);
380
377
  void set_chopper_blame(WERD_RES *word);
381
378
 
382
379
  // findseam.cpp