Package | Description |
---|---|
fr.lri.swingstates.gestures | |
fr.lri.swingstates.gestures.clement | |
fr.lri.swingstates.gestures.dollar1 | |
fr.lri.swingstates.gestures.dtw | |
fr.lri.swingstates.gestures.rubine |
A package to add gesture recognition to interfaces.
|
fr.lri.swingstates.gestures.shapeMatching |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<AbstractClassifier> |
Training.getClassifiers() |
Constructor and Description |
---|
GestureIcon(int width,
int height,
AbstractClassifier classifier,
java.lang.String className) |
Modifier and Type | Class and Description |
---|---|
class |
ClementClassifier |
Modifier and Type | Class and Description |
---|---|
class |
Dollar1Classifier
A classifier that implements $1 algorithm to classify gestures.
|
Modifier and Type | Class and Description |
---|---|
class |
DTWClassifier
A very simple recognizer that performs simple shape matching based on a single example per class (one template):
Resample the gesture to classify so it contains the number of uniformly spaced points as the gesture templates contained in this classifier.
|
Modifier and Type | Class and Description |
---|---|
class |
RubineClassifier
A classifier that implements rubine's algorithm to classify gestures.
|
Modifier and Type | Class and Description |
---|---|
class |
ShapeMatchingClassifier
A very simple recognizer that performs simple shape matching based on a single example per class (one template):
Resample the gesture to classify so it contains the number of uniformly spaced points as the gesture templates contained in this classifier.
|