| Package | Description |
|---|---|
| fr.lri.swingstates.gestures | |
| 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 |
|---|---|
abstract java.util.Vector<Score> |
AbstractClassifier.sortedClasses(Gesture g)
Computes a sorted list of classes contained in this recognizer from the
best match to the the worst match given a gesture.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Score> |
DTWClassifier.sortedClasses(Gesture g)
Computes a sorted list of classes contained in this recognizer from the
best match to the the worst match given a gesture.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Score> |
RubineClassifier.sortedClasses(Gesture g)
Computes a sorted list of classes contained in this recognizer from the
best match to the the worst match given a gesture.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Score> |
ShapeMatchingClassifier.sortedClasses(Gesture g)
Computes a sorted list of classes contained in this recognizer from the
best match to the the worst match given a gesture.
|