| Package | Description |
|---|---|
| org.ximtec.igesture.algorithm.rubinebd |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.util |
Some utilities.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimalVector |
GestureSampleHelper.getFeatureVector() |
BigDecimalVector |
GestureClassHelper.getMeanFeatureVector() |
BigDecimalVector |
GestureClassHelper.getWeights() |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimalVector |
BDVectorTools.add(BigDecimalVector v1,
BigDecimalVector v2)
Performs an addition of two double vectors.
|
static BigDecimalVector |
BDVectorTools.mean(Collection<BigDecimalVector> vectors)
Computes the mean vector of a set of vectors.
|
static BigDecimalVector |
BDVectorTools.normalize(BigDecimalVector vector)
Normalises a vector (LP norm is used).
|
static BigDecimalVector |
BDVectorTools.scalarDiv(BigDecimalVector vector,
int divisor)
Computes the scalar division of a double vector.
|
static BigDecimalVector |
BDVectorTools.sum(Collection<BigDecimalVector> vectors)
Computes the sum of a collection of double vectors.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimalVector |
BDVectorTools.add(BigDecimalVector v1,
BigDecimalVector v2)
Performs an addition of two double vectors.
|
static boolean |
BDVectorTools.hasValidValues(BigDecimalVector vector)
Tests if all values in the vector are valid.
|
static void |
BDVectorTools.init(BigDecimalVector vector,
BigDecimal initValue)
Initialises the vector with a given value.
|
static BigDecimalVector |
BDVectorTools.normalize(BigDecimalVector vector)
Normalises a vector (LP norm is used).
|
static BigDecimal |
BDVectorTools.normLP(BigDecimalVector vector)
Computes the LP norm of the vector.
|
static BigDecimalVector |
BDVectorTools.scalarDiv(BigDecimalVector vector,
int divisor)
Computes the scalar division of a double vector.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimalVector |
BDVectorTools.mean(Collection<BigDecimalVector> vectors)
Computes the mean vector of a set of vectors.
|
static BigDecimalVector |
BDVectorTools.sum(Collection<BigDecimalVector> vectors)
Computes the sum of a collection of double vectors.
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.