| Package | Description |
|---|---|
| org.ximtec.igesture.algorithm.feature |
Features used by different algorithms.
|
| org.ximtec.igesture.algorithm.rubine |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.util |
Some utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleVector |
FeatureTool.computeFeatureVector(org.sigtec.ink.Note note,
int minDistance,
Feature[] featureList)
Computes the feature vector.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleVector |
GestureSampleHelper.getFeatureVector() |
DoubleVector |
GestureClassHelper.getMeanFeatureVector() |
DoubleVector |
GestureClassHelper.getWeights() |
| Modifier and Type | Method and Description |
|---|---|
static DoubleVector |
VectorTools.add(DoubleVector v1,
DoubleVector v2)
Performs an addition of two double vectors.
|
static DoubleVector |
VectorTools.mean(Collection<DoubleVector> vectors)
Computes the mean vector of a set of vectors.
|
static DoubleVector |
VectorTools.normalize(DoubleVector vector)
Normalises a vector (LP norm is used).
|
static DoubleVector |
VectorTools.scalarDiv(DoubleVector vector,
double divisor)
Computes the scalar division of a double vector.
|
static DoubleVector |
VectorTools.sum(Collection<DoubleVector> vectors)
Computes the sum of a collection of double vectors.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleVector |
VectorTools.add(DoubleVector v1,
DoubleVector v2)
Performs an addition of two double vectors.
|
static boolean |
VectorTools.hasValidValues(DoubleVector vector)
Tests if all values in the vector are valid.
|
static void |
VectorTools.init(DoubleVector vector,
double initValue)
Initialises the vector with a given value.
|
static DoubleVector |
VectorTools.normalize(DoubleVector vector)
Normalises a vector (LP norm is used).
|
static double |
VectorTools.normLP(DoubleVector vector)
Computes the LP norm of the vector.
|
static DoubleVector |
VectorTools.scalarDiv(DoubleVector vector,
double divisor)
Computes the scalar division of a double vector.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleVector |
VectorTools.mean(Collection<DoubleVector> vectors)
Computes the mean vector of a set of vectors.
|
static DoubleVector |
VectorTools.sum(Collection<DoubleVector> vectors)
Computes the sum of a collection of double vectors.
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.