public class HWRecogniser extends DefaultAlgorithm
DEFAULT_CONFIGURATION| Constructor and Description |
|---|
HWRecogniser() |
| Modifier and Type | Method and Description |
|---|---|
RubineConfiguration.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)
Algorithmconfiguration - the configuration to be used for the initialisation of
the algorithm.public ResultSet recognise(Gesture<?> gesture)
Algorithmgesture - the gesture to be recognised.public RubineConfiguration.Config[] getConfigParameters()
AlgorithmCopyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.