public class GestureMatch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Gesture |
gesture
The gesture.
|
Gesture |
libraryGesture
The library gesture.
|
float |
matchScore
The match score.
|
Constructor and Description |
---|
GestureMatch(Gesture gesture,
Gesture libraryGesture,
float score)
Instantiates a new gesture match.
|