Uses of Package
hhreco.recognition

Packages that use hhreco.recognition
hhreco.apps This package contains applications built using hhreco classes. 
hhreco.fragmentation This package provides the utilities for decomposing symbols into simpler, perceptually-salient structures, line segments (L) and elliptical segments (E). 
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
hhreco.toolbox Stroke preprocessing routines. 
 

Classes in hhreco.recognition used by hhreco.apps
MSTrainingWriter
          MSTrainingWriter (Multi-Stroke Training Writer) takes a MSTrainingModel and outputs its content to an outputstream.
TimedStroke
          TimedStroke is a collection of points taken in the duration of a mouse pressed event and a mouse released event.
 

Classes in hhreco.recognition used by hhreco.fragmentation
TimedStroke
          TimedStroke is a collection of points taken in the duration of a mouse pressed event and a mouse released event.
 

Classes in hhreco.recognition used by hhreco.recognition
FeatureExtractor
          A feature extractor performs computation on a set of strokes and outputs the feature values.
MSTrainingModel
          MSTrainingModel (Multi-Stroke Training Model) is a data structure for storing training examples and their types.
MultiStrokeRecognizer
          A recognizer that processes a set of strokes and return the predictions in a RecognitionSet.
Recognition
          An interpretation of a stroke or a set of strokes as a data/confidence pair.
RecognitionSet
          The result of a recognizer's computations: a set of mutually exclusive interpretations of a stroke or a set of strokes, expressed by Recognition objects as typed data with associated values.
StrokeRecognizer
          A recognizer responds to changes in strokes and returns recognition sets (interpretations of the stroke or of some or all of the scene) based on these changes.
TimedStroke
          TimedStroke is a collection of points taken in the duration of a mouse pressed event and a mouse released event.
Type
          A unique identifier for the type of a piece of data that results from a recognition.
TypedData
          Typed data refers to a piece of semantic data that results from a recognition process and has an associated type.
ZernikeMoments.Complex
          Data structure for a complex number with real and imaginary parts.
 

Classes in hhreco.recognition used by hhreco.toolbox
TimedStroke
          TimedStroke is a collection of points taken in the duration of a mouse pressed event and a mouse released event.