| Package | Description |
|---|---|
| hacks | |
| 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.rubine3d.tools | |
| org.ximtec.igesture.algorithm.signature |
A signature-based gesture recognition algorithm.
|
| org.ximtec.igesture.batch |
Batch processing functionality for algorithm evaluation.
|
| org.ximtec.igesture.configuration |
Algorithm configuration.
|
| org.ximtec.igesture.core |
The core iGesture classes.
|
| org.ximtec.igesture.core.jdom |
XML import and export functionality for core iGesture classes.
|
| org.ximtec.igesture.geco.gui | |
| org.ximtec.igesture.geco.gui.action | |
| org.ximtec.igesture.geco.xml | |
| org.ximtec.igesture.tool.util | |
| org.ximtec.igesture.tool.view | |
| org.ximtec.igesture.tool.view.admin.panel | |
| org.ximtec.igesture.tool.view.admin.wrapper | |
| org.ximtec.igesture.tool.view.batch | |
| org.ximtec.igesture.util |
Some utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static com.lowagie.text.pdf.PdfPTable |
PDFTool.createGestureSetTable(GestureSet set) |
static com.lowagie.text.pdf.PdfPTable |
PDFTool.createGestureSetTable(GestureSet set,
int columns)
Creates a table filled with a sample gesture and the corresponding name.
|
| Constructor and Description |
|---|
MultimodalGestureRecogniser(GestureSet set,
IDeviceManager manager)
Constructor
|
MultimodalGestureRecogniser(GestureSet set,
IDeviceManager manager,
int ppt)
Constructor
|
Recogniser(Configuration config,
GestureSet gestureSet)
Creates a new recogniser.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AlgorithmTool.verifyDescriptor(GestureSet set,
Class<? extends Descriptor> descriptorType)
Returns true if all Gesture Classes of the Gesture Set have the required
descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
GestureSet |
Gesture3DTool.getGestureSet(String setName)
Returns GestureSet with name setName from the database
|
| Modifier and Type | Method and Description |
|---|---|
List<GestureSet> |
Gesture3DTool.getGestureSets()
Returns a list of all the GestureSets in the database
|
static List<GestureSet> |
BatchTest3DTool.splitSetToPlanes(GestureSet gestureSet3D) |
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
BatchTest3DTool.convert2DGestureSetToTestSet(GestureSet gestureSet)
Converts a GestureSet to a TestSet
|
static TestSet |
BatchTest3DTool.convert3DGestureSetToTestSet(GestureSet gestureSet)
Converts a GestureSet to a TestSet
|
void |
Gesture3DToolUI.selectGestureSet(GestureSet set) |
static List<GestureSet> |
BatchTest3DTool.splitSetToPlanes(GestureSet gestureSet3D) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gesture3DToolUI.setGestureSetsBox(List<GestureSet> gestureSets) |
| Constructor and Description |
|---|
BatchTest3DTool(TestSet testSet,
GestureSet gestureSet,
String configFileName,
String outputDirName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiGridAlgorithm.preprocess(GestureSet gestureSet)
Creates sample signatures.
|
| Modifier and Type | Method and Description |
|---|---|
List<GestureSet> |
BatchProcessContainer.getGestureSets()
Returns a list of gesture sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchProcessContainer.addGestureSet(GestureSet set)
Adds a gesture set.
|
void |
BatchProcess.addGestureSet(GestureSet set)
Adds a gesture set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchProcess.addGestureSets(List<GestureSet> sets)
Adds a list of gesture sets.
|
| Modifier and Type | Method and Description |
|---|---|
GestureSet |
Configuration.getGestureSet()
Returns the combined gesture set.
|
| Modifier and Type | Method and Description |
|---|---|
List<GestureSet> |
Configuration.getGestureSets()
Returns the list of gesture sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addGestureSet(GestureSet gestureSet)
Adds a gesture set to the configuration.
|
void |
Configuration.removeGestureSet(GestureSet gestureSet)
Removes a gesture set from the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addGestureSets(List<GestureSet> gestureSets)
Adds a list of gesture sets to the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visit(GestureSet gestureSet) |
| Modifier and Type | Method and Description |
|---|---|
static GestureSet |
JdomGestureSet.unmarshal(org.jdom.Element setElement) |
| Constructor and Description |
|---|
JdomGestureSet(GestureSet gestureSet) |
| Modifier and Type | Method and Description |
|---|---|
GestureSet |
MainModel.getGestureSet()
Returns the gesture set
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainModel.initRecogniser(GestureSet gestureSet) |
void |
MainModel.loadGestureSet(GestureSet gestureSet)
Adds the gesture set to the gesture main model
|
| Modifier and Type | Method and Description |
|---|---|
GestureSet |
LoadGestureSetAction.loadGestureSet(File file)
Loads the gesture set.
|
| Modifier and Type | Method and Description |
|---|---|
GestureSet |
XMLImportGeco.getGestureSet()
Returns the GestureSet saved in the xml
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLGeco.exportProject(Collection<GestureToActionMapping> mappings,
GestureSet gestureSet,
String gestureSetFileName,
File file)
Exports a gesture set.
|
| Constructor and Description |
|---|
JdomGestureMapping(GestureToActionMapping map,
GestureSet gestureSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeVisitor.visit(GestureSet gestureSet) |
| Modifier and Type | Method and Description |
|---|---|
List<GestureSet> |
MainModel.getGestureSets()
Returns a list with all gesture sets.
|
| Constructor and Description |
|---|
GestureSetPanel(Controller controller,
GestureSet gestureSet) |
| Modifier and Type | Method and Description |
|---|---|
List<GestureSet> |
GestureSetList.getGestureSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
GestureSetList.addGestureSet(GestureSet gestureSet) |
void |
GestureSetList.removeGestureSet(GestureSet gestureSet) |
| Modifier and Type | Method and Description |
|---|---|
GestureSet |
IBatchView.getGestureSet() |
GestureSet |
BatchView.getGestureSet() |
| Modifier and Type | Method and Description |
|---|---|
static GestureSet |
GestureTool.combine(List<GestureSet> sets)
Combines a list of gesture set to one gesture set.
|
static GestureSet |
GestureTool.combineSampleData(List<GestureSet> sets)
Combines samples (SampleDescriptor) from different gesture sets.
|
static GestureSet |
XMLTool.importGestureSet(File file) |
static GestureSet |
XMLTool.importGestureSet(InputStream inputStream)
Imports a gesture set.
|
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
GestureTool.createNoise(GestureSet set)
Creates a noise test set from the gesture set.
|
static TestSet |
GestureTool.createTestSet(GestureSet set)
Transforms a gesture set into a test set.
|
static void |
XMLTool.exportGestureSet(GestureSet set,
File file)
Exports a gesture set.
|
static InputStream |
XMLTool.exportGestureSetAsStream(GestureSet set)
Exports a Gesture Set as Input Stream
|
static void |
GestureTool.hasSampleEnoughPoints(GestureSet set,
int min) |
| Modifier and Type | Method and Description |
|---|---|
static GestureSet |
GestureTool.combine(List<GestureSet> sets)
Combines a list of gesture set to one gesture set.
|
static GestureSet |
GestureTool.combineSampleData(List<GestureSet> sets)
Combines samples (SampleDescriptor) from different gesture sets.
|
static void |
XMLTool.exportGestureSet(List<GestureSet> sets,
File file)
Exports a list of gesture sets.
|
static InputStream |
XMLTool.exportGestureSetsAsStream(List<GestureSet> sets)
Exports a list of Gesture Sets as InputStream
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.