| 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.algorithm.rubinebd |
The Rubine gesture recognition algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
F1
Rubine feature F1.
|
class |
F10
Rubine feature F10.
|
class |
F11
Rubine feature F11.
|
class |
F12
Rubine feature F12.
|
class |
F13
Rubine feature F13.
|
class |
F14
Feature representing the number of stop points.
|
class |
F15
Feature representing the proportion (P[1]->P[N/2]) divided by the diagonal.
|
class |
F16
Feature representing the sine of the angle between the direction first to
centre point with respect to the x axis.
|
class |
F17
Feature representing the cosine of the angle between the centre point and the
end point with respect to the x axis.
|
class |
F18
Feature representing the cosine of the angle between the first and second part
of the stroke.
|
class |
F19
Feature representing the proportion start/end-point to the diagonal of the
bounding box.
|
class |
F2
Rubine feature F2.
|
class |
F20
Feature representing the number of strokes.
|
class |
F21
Proportion of the stroke lengths (first/last point) vs the length of the
strokes (point to point distance).
|
class |
F22
Feature representing the sum of the relative distances between the strokes.
|
class |
F23
Feature representing the sum of angles between strokes.
|
class |
F24
Feature representing the proportion of the stroke lengths (first/last point)
to each other.
|
class |
F25
UK Feature F19.
|
class |
F26
F26, proportion of points below / over the line start - endpoint
|
class |
F3
Rubine feature F3.
|
class |
F4
Rubine feature F4.
|
class |
F5
Rubine feature F5.
|
class |
F6
Rubine feature F6.
|
class |
F7
Rubine feature F7.
|
class |
F8
Rubine feature F8.
|
class |
F9
Rubine feature F9.
|
| Modifier and Type | Method and Description |
|---|---|
static Feature |
FeatureTool.createFeature(String classname)
Instantiates a feature of the given full qualified classname.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Feature> |
FeatureTool.createFeatureList(String featureList)
Creates a list of instantiated features out of a comma delimited list of
full qualified feature classnames.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleVector |
FeatureTool.computeFeatureVector(org.sigtec.ink.Note note,
int minDistance,
Feature[] featureList)
Computes the feature vector.
|
static int |
FeatureTool.computeMinimalNumberOfRequiredPoints(Feature[] list)
Returns the minimal number of points a note must contain to be processed.
|
| Modifier and Type | Field and Description |
|---|---|
protected Feature[] |
RubineConfiguration.featureList |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
RubineConfiguration.getFeatureList() |
| Modifier and Type | Field and Description |
|---|---|
protected Feature[] |
RubineConfiguration.featureList |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
RubineConfiguration.getFeatureList() |
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.