| Package | Description |
|---|---|
| org.ximtec.igesture |
Root package containing the iGesture recogniser component.
|
| org.ximtec.igesture.algorithm |
Algorithm interfaces to be implemented by new recognition algorithms.
|
| org.ximtec.igesture.algorithm.myscript |
Algorithm for intelligent character recognition (ICR) based on MyScript.
|
| org.ximtec.igesture.algorithm.rubine |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.rubine3d | |
| org.ximtec.igesture.algorithm.rubinebd |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.siger |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.signature |
A signature-based gesture recognition algorithm.
|
| org.ximtec.igesture.tool.view | |
| org.ximtec.igesture.tool.view.testbench.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<Algorithm> |
Recogniser.getAlgorithms() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAlgorithm
Default implementation of the algorithm interface.
|
class |
SampleBasedAlgorithm
This is an abstract base class for sample based recognition algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
AlgorithmFactory.createAlgorithm(Configuration config)
Instantiates an algorithm with a given configuration object.
|
static Algorithm |
AlgorithmFactory.createAlgorithm(InputStream configuration)
Instantiates an algorithm with a specific configuration object.
|
static Algorithm |
AlgorithmFactory.createAlgorithm(InputStream config,
InputStream set)
Creates a new algorithm instance.
|
static Algorithm |
AlgorithmFactory.createAlgorithmInstance(String className)
Creates an algorithm instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Algorithm> |
AlgorithmFactory.createAlgorithms(Configuration config)
Creates a list of algorithms and initialises them with the parameters
provided in the configuration object.
|
static List<Algorithm> |
AlgorithmFactory.createAlgorithms(InputStream configuration)
Creates a list of algorithms and initialises them with the parameters
provided in the configuration object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HWRecogniser
MyScript wrapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RubineAlgorithm
Implementation of the Rubine algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Rubine3DAlgorithm |
| Modifier and Type | Class and Description |
|---|---|
class |
RubineAlgorithmBigDecimal
Implementation of the Rubine algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SigerAlgorithm
Implementation of the Siger algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SiGridAlgorithm
Implementation of the signature algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Algorithm>> |
MainModel.getAlgorithms()
Returns a list of all available algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Algorithm> |
AlgorithmWrapper.getAlgorithm() |
| Constructor and Description |
|---|
AlgorithmWrapper(MainModel mainModel,
Class<? extends Algorithm> algorithmClass) |
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.