public class SumOfAbsoluteAnglesFE extends Object implements FeatureExtractor
Constructor and Description |
---|
SumOfAbsoluteAnglesFE() |
Modifier and Type | Method and Description |
---|---|
double |
apply(TimedStroke s)
Computes the sum of the absolute values of the angles along a
stroke path.
|
String |
getName()
Return the name of this feature extractor.
|
static double |
sumOfAbsoluteAngles(TimedStroke s)
Computes the sum of the absolute values of the angles along a
stroke path.
|
public double apply(TimedStroke s)
apply
in interface FeatureExtractor
public String getName()
getName
in interface FeatureExtractor
public static double sumOfAbsoluteAngles(TimedStroke s)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.