|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureExtractor
A feature extractor performs computation on a stroke and outputs a value that represents the stroke's feature. Example of features are the number of corners, aspect ratio, etc.
Method Summary | |
---|---|
double |
apply(TimedStroke s)
Return the value of the feature extracted from the stroke. |
String |
getName()
Return the name of the feature extractor. |
Method Detail |
---|
double apply(TimedStroke s)
String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |