Uses of Package
hhreco.toolbox

Packages that use hhreco.toolbox
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
hhreco.toolbox Stroke preprocessing routines. 
 

Classes in hhreco.toolbox used by hhreco.recognition
ApproximateStrokeFilter
          Implementation of a point reduction technique.
InterpolateStrokeFilter
          For every 2 consecutive points in a stroke, fill in with evenly spaced points until the distance in between any 2 consecutive points no longer exceeds the threshold distance.
 

Classes in hhreco.toolbox used by hhreco.toolbox
StrokeFilter
          An object which filters a pen stroke in order to reduce the complexity in the raw data points.