Uses of Class
hhreco.toolbox.StrokeFilter

Packages that use StrokeFilter
hhreco.toolbox Stroke preprocessing routines. 
 

Uses of StrokeFilter in hhreco.toolbox
 

Subclasses of StrokeFilter in hhreco.toolbox
 class ApproximateStrokeFilter
          Implementation of a point reduction technique.
 class 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.