|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.algorithm.DefaultAlgorithm
org.ximtec.igesture.algorithm.SampleBasedAlgorithm
org.ximtec.igesture.algorithm.rubine3d.Rubine3DAlgorithm
public class Rubine3DAlgorithm
| Field Summary |
|---|
| Fields inherited from class org.ximtec.igesture.algorithm.DefaultAlgorithm |
|---|
DEFAULT_CONFIGURATION |
| Constructor Summary | |
|---|---|
Rubine3DAlgorithm()
Constructor |
|
| Method Summary | |
|---|---|
Enum<?>[] |
getConfigParameters()
Returns an array of containing the configuration parameters. |
String |
getDefaultParameterValue(String parameterName)
Returns the value of the default parameter. |
int |
getType()
Get the type of algorithm |
void |
init(Configuration configuration)
Initialises the algorithm. |
ResultSet |
recognise(Gesture<?> gesture)
Recognizes a Gesture |
ResultSet |
recognise(GestureSample3D gesture)
Recognizes a GestureSample3D by splitting it up into three 2D-planes (XY, YZ, ZX) and recognising these three 2D planes with the standard RubineAlgorithm. |
| Methods inherited from class org.ximtec.igesture.algorithm.SampleBasedAlgorithm |
|---|
getSamples |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rubine3DAlgorithm()
| Method Detail |
|---|
public Enum<?>[] getConfigParameters()
Algorithm
public String getDefaultParameterValue(String parameterName)
DefaultAlgorithm
getDefaultParameterValue in interface AlgorithmgetDefaultParameterValue in class DefaultAlgorithmparameterName - the name of the parameter whose default value has to
be returned.
public void init(Configuration configuration)
throws AlgorithmException
Algorithm
configuration - the configuration to be used for the initialisation of
the algorithm.
AlgorithmException - if there is a problem in the algorithm's
initialisation phase.
public ResultSet recognise(Gesture<?> gesture)
throws AlgorithmException
gesture - the gesture to be recognised.
AlgorithmException - if there was an exception while recognising the
note.
public ResultSet recognise(GestureSample3D gesture)
throws AlgorithmException
gesture - The GestureSample3D to be recognized
AlgorithmExceptionpublic int getType()
Algorithm
Constant
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||