|
Class Summary |
| Blackboard |
Polygons recognized by the tablet are sent here. |
| BoundsComparator |
BoundsComparator.java
Created: Fri Dec 19 13:31:52 2003 |
| Classifier |
This is the interface for a basic recognition toolkit. |
| CloudThinner |
Acronyms: sdr -> StrokeDataReader, sd -> StrokeData
This class handles the updates to various frames. |
| ControlModule |
This class is used for controlling and changing the parameters
in the main application. |
| Converter |
This class converts drs files into xml files. |
| CustomStrokeClassifier |
This class implements Classifier. |
| DataCollector |
Collect strokes as they are produced and store them. |
| DataManager |
This class manages the training data. |
| DataSimulator |
This class can simulate a set of stroke data by sending it to one
or more StrokeDataListeners. |
| DefaultMultimodalActionFactory |
A defualt MultimodalActionFactory |
| DirectionChangeScaleSpaceViewer |
This class is used for viewing scale space data. |
| DrawingOrderDataSimulator |
This class simulates the drawing of a sketch by following the order
given to its simulateInOrder method. |
| ExtractSpeech |
This class extracts speech events from an xml file into a csv file. |
| Fit |
This class represents a fit to a set of points. |
| JMatLink |
|
| JMCommunicator |
ML communicator class
If you want to run this on linux you need to make sure that you
set the environment variable:
LD_LIBRARY_PATH =
/afs/csail/i386_linux24/matlab/latest/bin/glnx86:$HOME/drg/lib/linux
So it can find its libraries |
| MediaIndex |
Keeps track of and can look up relevant information about media files
used in MultimodalActionHistory. |
| MediaInfo |
|
| MultimodalActionFactory |
MultimodalActionFactory:
An abstract class for interacting with the MultimodalActionHistory
There are two distinct ways to play back strokes in the history. |
| MultimodalActionHistory |
|
| ObjectManager |
This class manages the objects recognized by the Tablet. |
| regClassifier |
|
| SimpleClassifier |
This class implements Classifier. |
| SimpleClassifier2 |
This class extends SimpleClassifier in order to support Arcs. |
| SimpleClassifier3 |
This class extends SimpleClassifier2 in order to support Arcs with the
TabletPC. |
| SketcherIndex |
Keeps track of the Sketchers for a history by keeping
the SketcherInfo objects organized. |
| SketcherInfo |
Store the information associated with each sketcher. |
| SpatialParser |
This class parses the objects drawn by the user. |
| SpeedScaleSpaceViewer |
This class is used for viewing scale space data. |
| StatisticsModule |
This class is supposed to show basic statistical data about
the recognized objects. |
| StrokeClassifier |
This class implements Classifier. |
| StrokeData |
This class stores all the data from a single stroke. |
| StrokeDataReader |
This object implements StrokeDataFactory |
| StrokeImageWriter |
Created: Thu May 27 18:18:15 2004
Copyright: Copyright (C) 2004 by MIT. |
| StrokeReader |
This class facilitates the loading of a series of
strokes. |
| StrokeSet |
Represent a set of strokes. |
| StrokeSetWriter |
Created: Thu May 2 20:18:18 2002
Copyright: Copyright (C) 2002 by MIT. |
| StrokeWriter |
Created: Thu May 2 20:18:18 2002
Copyright: Copyright (C) 2002 by MIT. |
| Test |
Test.java
Created: Fri Mar 23 11:17:41 2001 |
| Timer |
See the end of the file for the log of changes. |
| VariableLengthDataManager |
This class manages the training data. |