|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Algorithm | |
|---|---|
| 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 | |
| Uses of Algorithm in org.ximtec.igesture |
|---|
| Methods in org.ximtec.igesture that return types with arguments of type Algorithm | |
|---|---|
List<Algorithm> |
Recogniser.getAlgorithms()
|
| Uses of Algorithm in org.ximtec.igesture.algorithm |
|---|
| Classes in org.ximtec.igesture.algorithm that implement Algorithm | |
|---|---|
class |
DefaultAlgorithm
Default implementation of the algorithm interface. |
class |
SampleBasedAlgorithm
This is an abstract base class for sample based recognition algorithms. |
| Methods in org.ximtec.igesture.algorithm that return Algorithm | |
|---|---|
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. |
| Methods in org.ximtec.igesture.algorithm that return types with arguments of type Algorithm | |
|---|---|
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. |
| Uses of Algorithm in org.ximtec.igesture.algorithm.myscript |
|---|
| Classes in org.ximtec.igesture.algorithm.myscript that implement Algorithm | |
|---|---|
class |
HWRecogniser
MyScript wrapper. |
| Uses of Algorithm in org.ximtec.igesture.algorithm.rubine |
|---|
| Classes in org.ximtec.igesture.algorithm.rubine that implement Algorithm | |
|---|---|
class |
RubineAlgorithm
Implementation of the Rubine algorithm. |
| Uses of Algorithm in org.ximtec.igesture.algorithm.rubine3d |
|---|
| Classes in org.ximtec.igesture.algorithm.rubine3d that implement Algorithm | |
|---|---|
class |
Rubine3DAlgorithm
|
| Uses of Algorithm in org.ximtec.igesture.algorithm.rubinebd |
|---|
| Classes in org.ximtec.igesture.algorithm.rubinebd that implement Algorithm | |
|---|---|
class |
RubineAlgorithmBigDecimal
Implementation of the Rubine algorithm. |
| Uses of Algorithm in org.ximtec.igesture.algorithm.siger |
|---|
| Classes in org.ximtec.igesture.algorithm.siger that implement Algorithm | |
|---|---|
class |
SigerAlgorithm
Implementation of the Siger algorithm. |
| Uses of Algorithm in org.ximtec.igesture.algorithm.signature |
|---|
| Classes in org.ximtec.igesture.algorithm.signature that implement Algorithm | |
|---|---|
class |
SiGridAlgorithm
Implementation of the signature algorithm. |
| Uses of Algorithm in org.ximtec.igesture.tool.view |
|---|
| Methods in org.ximtec.igesture.tool.view that return types with arguments of type Algorithm | |
|---|---|
List<Class<? extends Algorithm>> |
MainModel.getAlgorithms()
Returns a list of all available algorithms. |
| Uses of Algorithm in org.ximtec.igesture.tool.view.testbench.wrapper |
|---|
| Methods in org.ximtec.igesture.tool.view.testbench.wrapper that return types with arguments of type Algorithm | |
|---|---|
Class<? extends Algorithm> |
AlgorithmWrapper.getAlgorithm()
|
| Constructor parameters in org.ximtec.igesture.tool.view.testbench.wrapper with type arguments of type Algorithm | |
|---|---|
AlgorithmWrapper(MainModel mainModel,
Class<? extends Algorithm> algorithmClass)
|
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||