Uses of Interface
hhreco.recognition.StrokeRecognizer

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

Uses of StrokeRecognizer in hhreco.recognition
 

Subinterfaces of StrokeRecognizer in hhreco.recognition
 interface MultiStrokeRecognizer
          A recognizer that processes a set of strokes and return the predictions in a RecognitionSet.
 

Classes in hhreco.recognition that implement StrokeRecognizer
 class HHRecognizer
          This is a general purpose recognizer in which feature extractors and the classifier can be user-specified.