|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A feature extractor performs computation on a set of strokes and outputs the feature values. Example of features are aspect ratios, moments, etc.
Method Summary | |
double[] |
apply(TimedStroke[] s)
Return the feature values extracted from the set of strokes. |
java.lang.String |
getName()
Return the name of the feature extractor. |
Method Detail |
public double[] apply(TimedStroke[] s)
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |