Uses of Interface
hhreco.recognition.FeatureExtractor

Packages that use FeatureExtractor
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Uses of FeatureExtractor in hhreco.recognition
 

Classes in hhreco.recognition that implement FeatureExtractor
 class ZernikeFE
          Compute Zernike moments of the specified order [1].
 

Methods in hhreco.recognition that return FeatureExtractor
static FeatureExtractor[] HHRecognizer.defaultFeatureExtractors()
           
 

Methods in hhreco.recognition with parameters of type FeatureExtractor
static FeatureSet HHRecognizer.extractFeatures(FeatureExtractor[] extractors, TimedStroke[] strokes)
          Extract features from the given set of strokes.
 

Constructors in hhreco.recognition with parameters of type FeatureExtractor
HHRecognizer(FeatureExtractor[] extractors)
          Create a recognizer that uses the specified set of feature extractors and the default SVM classifier.
HHRecognizer(FeatureExtractor[] extractors, TrainableClassifier c)
          Create a recognizer that uses the specified set of feature extractors and the classifier.