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

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

Packages that use GestureCategory
edu.berkeley.guir.lib.gesture   
 

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

Fields in edu.berkeley.guir.lib.gesture declared as GestureCategory
protected  GestureCategory Classifier.dotCategory
           
 GestureCategory Classifier.Result.category
          the GestureCategory that best fits the example
 

Methods in edu.berkeley.guir.lib.gesture that return GestureCategory
 GestureCategory GestureCategoryDisplay.getGestureCategory()
           
 GestureCategory GestureSetDisplay.getSelection()
          Return the currently selected GestureCategory (or null if there isn't one).
static GestureCategory GestureCategory.read(Reader reader)
           
static GestureCategory GestureCategory.read(TokenReader r)
           
 GestureCategory GestureCategoryThumbnail.getGestureCategory()
           
 GestureCategory GestureGroup.get(int i)
           
 GestureCategory GestureGroup.categoryAt(int i)
           
 

Methods in edu.berkeley.guir.lib.gesture with parameters of type GestureCategory
 void GestureCategoryDisplay.setGestureCategory(GestureCategory gc)
           
static double[] HumanCoords.averageCoords(GestureCategory gc)
           
static HumanCoords.DistanceInfo HumanCoords.getDistanceInfo(GestureCategory gc1, GestureCategory gc2)
           
static double HumanCoords.distanceSq(GestureCategory gc1, GestureCategory gc2)
          computes the average coordinates of all gestures in each category, then computes the distance between the averages
 void GestureSetDisplay.addGestureCategory(GestureCategory gestureCategory)
           
 void GestureSetDisplay.addGestureCategory(GestureCategory gestureCategory, boolean showFrame)
          Add a new GestureCategory to the GestureSet, and bring up its corresponding GestureCategoryFrame if showFrame is true.
 GestureCategoryFrame GestureSetDisplay.showCategoryFrame(GestureCategory category)
          Create, display, and raise the corresponding GestureCategoryFrame
 void GestureCategory.replace(GestureCategory gc)
           
 void GestureCategoryFrame.setGestureCategory(GestureCategory gc)
           
protected  void GestureCategoryFrame.buildUI(GestureCategory gestureCategory)
          Set up frame contents
 void GestureCategoryThumbnail.setGestureCategory(GestureCategory gc)
           
 void GestureGroup.addCategory(GestureCategory gc)
          Add the given category to the set if it isn't already in it.
 void GestureGroup.removeCategory(GestureCategory gc)
           
protected  Feature Classifier.getFeature(GestureCategory gc, int gIndex, int fIndex)
           
protected  Feature Classifier.getFeature(GestureCategory gc, int gIndex, Class featureClass)
           
protected  double[][] Classifier.computeCovarianceMatrix(GestureCategory gestureCategory, double[] meanFeatureVector)
          Compute and return covariance matrix and fill in the mean feature value array (if provided) (Note: only upper triangular part computed)
 double Classifier.categoryDistance(GestureCategory categoryA, GestureCategory categoryB)
          Return the square of the distance between the two categories (which must in the GestureSet).
 double Classifier.distanceToCategory(Gesture gesture, GestureCategory category)
           
 double[] Classifier.getNormalizedDistancesByFeature(Gesture gesture, GestureCategory gc)
          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 GestureCategory
GestureCategoryDisplay(GestureCategory gc)
           
GestureCategoryDisplay(GestureCategory gc, boolean showAuthor)
           
FeatureArray(GestureCategory gc)
           
FeatureArray(GestureCategory gc, Class[] featureClasses)
           
GestureCategoryFrame(GestureCategory gc)
           
GestureCategoryFrame(GestureCategory gc, boolean experimenting, boolean showAuthor)
           
GestureCategoryThumbnail(GestureCategory gc)
           
GestureCategoryThumbnail(GestureCategory gc, JScrollPane scrollPane)
           
GestureCategoryThumbnail(GestureCategory gc, boolean experimenting, boolean authorVisible)
           
Classifier.Result(GestureCategory cat, double acc, double dist)
           
 


Copyright Information