public class AveragingStrokeFilter extends StrokeFilter
PROPERTY_KEY
Constructor and Description |
---|
AveragingStrokeFilter() |
Modifier and Type | Method and Description |
---|---|
TimedStroke |
apply(TimedStroke s)
Smooth the given stroke by averaging each point with its
neighboring points.
|
static TimedStroke |
averaging(TimedStroke s)
Smooth the given stroke by averaging each point with its
neighboring points.
|
static void |
main(String[] argv) |
public TimedStroke apply(TimedStroke s)
apply
in class StrokeFilter
public static TimedStroke averaging(TimedStroke s)
public static void main(String[] argv)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.