public final class GestureUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static OrientedBoundingBox |
computeOrientedBoundingBox(ArrayList<GesturePoint> originalPoints) |
static OrientedBoundingBox |
computeOrientedBoundingBox(float[] originalPoints) |
static float[] |
spatialSampling(Gesture gesture,
int bitmapSize) |
static float[] |
spatialSampling(Gesture gesture,
int bitmapSize,
boolean keepAspectRatio) |
static float[] |
temporalSampling(GestureStroke stroke,
int numPoints) |
public static float[] spatialSampling(Gesture gesture, int bitmapSize)
public static float[] spatialSampling(Gesture gesture, int bitmapSize, boolean keepAspectRatio)
public static float[] temporalSampling(GestureStroke stroke, int numPoints)
public static OrientedBoundingBox computeOrientedBoundingBox(ArrayList<GesturePoint> originalPoints)
public static OrientedBoundingBox computeOrientedBoundingBox(float[] originalPoints)
Copyright © 2008-2013. All Rights Reserved.