public class SigerAlgorithm extends DefaultAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
SigerAlgorithm.Config |
DEFAULT_CONFIGURATION| Constructor and Description |
|---|
SigerAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
SigerAlgorithm.Config[] |
getConfigParameters()
Returns an array of containing the configuration parameters.
|
int |
getType()
Get the type of algorithm
|
void |
init(Configuration configuration)
Initialises the algorithm.
|
ResultSet |
recognise(Gesture<?> gesture)
Runs the recogniser on a given set of strokes represented by a gesture.
|
getDefaultParameterValuepublic void init(Configuration configuration) throws AlgorithmException
Algorithmconfiguration - the configuration to be used for the initialisation of
the algorithm.AlgorithmException - if there is a problem in the algorithm's
initialisation phase.public SigerAlgorithm.Config[] getConfigParameters()
Algorithmpublic ResultSet recognise(Gesture<?> gesture)
Algorithmgesture - the gesture to be recognised.Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.