public class SiGridAlgorithm extends SampleBasedAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
SiGridAlgorithm.Config |
DEFAULT_CONFIGURATION| Constructor and Description |
|---|
SiGridAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
Enum[] |
getConfigParameters()
Returns an array of containing the configuration parameters.
|
int |
getType()
Get the type of algorithm
|
void |
init(Configuration config)
Initialises the algorithm.
|
void |
preprocess(GestureSet gestureSet)
Creates sample signatures.
|
ResultSet |
recognise(Gesture<?> gesture)
Runs the recogniser on a given set of strokes represented by a gesture.
|
getSamplesgetDefaultParameterValuepublic void init(Configuration config)
Algorithmconfig - the configuration to be used for the initialisation of
the algorithm.public void preprocess(GestureSet gestureSet)
gestureSet - the gesture set.public ResultSet recognise(Gesture<?> gesture)
Algorithmgesture - the gesture to be recognised.public Enum[] getConfigParameters()
AlgorithmCopyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.