UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.gesture.Gesture

Packages that use Gesture
edu.berkeley.guir.lib.gesture   
edu.berkeley.guir.lib.gesture.features   
edu.berkeley.guir.lib.satin.recognizer.rubine   
 

Uses of Gesture in edu.berkeley.guir.lib.gesture
 

Fields in edu.berkeley.guir.lib.gesture declared as Gesture
protected  Gesture FeatureVector.gesture
           
protected  Gesture Feature.gesture
           
 

Methods in edu.berkeley.guir.lib.gesture that return Gesture
 Gesture GestureCategoryDisplay.getSelection()
          Returns currently selected Gesture (or null if none).
static Gesture Gesture.read(Reader reader)
           
static Gesture Gesture.read(TokenReader r)
           
 Gesture GesturePointsDisplay.getGesture()
           
 Gesture GestureCategory.gestureAt(int i)
           
 Gesture FeatureVector.getGesture()
           
 Gesture Feature.getGesture()
           
 Gesture GestureDisplay.getGesture()
           
 

Methods in edu.berkeley.guir.lib.gesture with parameters of type Gesture
 GestureDisplay GestureCategoryDisplay.addGesture(Gesture gesture)
          Causes the entire frame to be repacked to make sure that the new GestureDisplay is properly drawn.
protected  void GestureCategoryDisplay.fireItemChange(int type, Gesture item, int selectState)
           
static double[] HumanCoords.computeCoords(Gesture gesture)
           
static double HumanCoords.gestureValue(Class featureClass, Gesture g)
           
 void GesturePointsDisplay.setGesture(Gesture g)
          Set the displayed gesture.
protected static Hashtable FeatureFactory.getFeatures(Gesture gesture)
           
 void GestureCategory.addGesture(Gesture g)
           
 int GestureCategory.getGestureIndex(Gesture target)
          returns -1 if target not in the set
 void GestureCategory.removeGesture(Gesture g)
           
 void FeatureVector.setGesture(Gesture g)
           
static Feature FeatureVector.singleFeature(Gesture g, int featureNum)
           
static Feature FeatureVector.singleFeature(Gesture g, int featureNum, Class[] featureClasses)
           
 void Feature.setGesture(Gesture g)
           
 void GestureDisplay.setGesture(Gesture g)
           
 Classifier.Result Classifier.classify(Gesture gesture)
          Determine which GestureCategory the Gesture is most likely a member of, and return an appropriate Result.
 Classifier.Result Classifier.classifyWithoutTraining(Gesture gesture)
          Only call this if you know the GestureSet the classifier is using hasn't changed since the last time classify() or train() was called.
 boolean Classifier.testRecognition(Gesture gesture)
          return true iff the gesture was correctly recognized
 double Classifier.distanceToCategory(Gesture gesture, GestureCategory category)
           
 double Classifier.distanceToCategory(Gesture gesture, int catIndex)
           
 double[] Classifier.getNormalizedDistancesByFeature(Gesture gesture, String categoryName)
          Use the weights for the category to get normalized distance of the gesture from the category.
 double[] Classifier.getNormalizedDistancesByFeature(Gesture gesture, GestureCategory gc)
          Use the weights for the category to get normalized distance of the gesture from the category.
 double[] Classifier.getNormalizedDistancesByFeature(Gesture gesture, int categoryIndex)
          Use the weights for the category to get normalized distance of the gesture from the category.
 

Constructors in edu.berkeley.guir.lib.gesture with parameters of type Gesture
Gesture(Gesture g)
           
GesturePointsDisplay(Gesture g)
           
GesturePointsDisplay(Gesture g, int x, int y)
          Set offsets and gesture at the same time
GestureInteractor(Gesture g)
           
FeatureVector(Gesture g)
           
FeatureVector(Gesture g, Class[] featureClasses)
           
Feature(Gesture g)
           
GestureDisplay(Gesture g)
           
GestureDisplay(Gesture g, JScrollPane scrollPane)
           
GestureDisplay(Gesture g, int xoffset, int yoffset)
          Set offsets and gesture at the same time
 

Uses of Gesture in edu.berkeley.guir.lib.gesture.features
 

Constructors in edu.berkeley.guir.lib.gesture.features with parameters of type Gesture
InitAngleSine(Gesture g)
           
Density2(Gesture g)
           
LogArea(Gesture g)
           
EndsAngleCosine(Gesture g)
           
Curviness2(Gesture g)
           
TotalLength(Gesture g)
           
TotalAbsAngle(Gesture g)
           
Aspect(Gesture g)
           
Curviness(Gesture g)
           
LogAspect(Gesture g)
           
EndsDistance(Gesture g)
           
BoundsAngle(Gesture g)
           
EndsAngleSine(Gesture g)
           
BoundsSize(Gesture g)
           
InitAngleCosine(Gesture g)
           
TotalAngle(Gesture g)
           
AnglePerDistance(Gesture g)
           
Density1(Gesture g)
           
Sharpness(Gesture g)
           
 

Uses of Gesture in edu.berkeley.guir.lib.satin.recognizer.rubine
 

Methods in edu.berkeley.guir.lib.satin.recognizer.rubine with parameters of type Gesture
protected  SortedValueNumMap RubineClassifier.classify_satin(Gesture gesture)
          An internal version of classify for use with Satin.
 


Copyright Information