public class PathRatioFE extends Object implements FeatureExtractor
Constructor and Description |
---|
PathRatioFE() |
Modifier and Type | Method and Description |
---|---|
double |
apply(TimedStroke s)
Return the ratio between the stroke's convex hull path length
and the its path length.
|
String |
getName()
Return the name of this feature extractor.
|
static double |
pathRatio(TimedStroke s)
Return the ratio between the stroke's convex hull path length
and the its path length.
|
public double apply(TimedStroke s)
apply
in interface FeatureExtractor
public String getName()
getName
in interface FeatureExtractor
public static double pathRatio(TimedStroke s)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.