~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to classify/intfx.h

  • Committer: theraysmith at gmail
  • Date: 2013-11-08 20:30:56 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:904
Refactorerd control functions to enable parallel blob classification

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  // TODO(rays) BlobToTrainingSample must remain a global function until
61
61
  // the FlexFx and FeatureDescription code can be removed and LearnBlob
62
62
  // made a member of Classify.
63
 
  TrainingSample* BlobToTrainingSample(const TBLOB& blob,
64
 
                                       tesseract::NormalizationMode mode,
65
 
                                       bool nonlinear_norm);
 
63
  TrainingSample* BlobToTrainingSample(
 
64
      const TBLOB& blob, bool nonlinear_norm, INT_FX_RESULT_STRUCT* fx_info,
 
65
      GenericVector<INT_FEATURE_STRUCT>* bl_features);
66
66
}
67
67
 
68
68
// Deprecated! Prefer tesseract::Classify::ExtractFeatures instead.