© 2006-2007 ETH Zurich

Uses of Interface
org.ximtec.igesture.algorithm.feature.Feature

Packages that use Feature
org.ximtec.igesture.algorithm.feature Features used by different algorithms. 
org.ximtec.igesture.algorithm.rubine The Rubine gesture recognition algorithm. 
org.ximtec.igesture.algorithm.rubinebd The Rubine gesture recognition algorithm. 
 

Uses of Feature in org.ximtec.igesture.algorithm.feature
 

Classes in org.ximtec.igesture.algorithm.feature that implement Feature
 class F1
          Rubine feature F1.
 class F10
          Rubine feature F10.
 class F11
          Rubine feature F11.
 class F12
          Rubine feature F12.
 class F13
          Rubine feature F13.
 class F14
          Feature representing the number of stop points.
 class F15
          Feature representing the proportion (P[1]->P[N/2]) divided by the diagonal.
 class F16
          Feature representing the sine of the angle between the direction first to centre point with respect to the x axis.
 class F17
          Feature representing the cosine of the angle between the centre point and the end point with respect to the x axis.
 class F18
          Feature representing the cosine of the angle between the first and second part of the stroke.
 class F19
          Feature representing the proportion start/end-point to the diagonal of the bounding box.
 class F2
          Rubine feature F2.
 class F20
          Feature representing the number of strokes.
 class F21
          Proportion of the stroke lengths (first/last point) vs the length of the strokes (point to point distance).
 class F22
          Feature representing the sum of the relative distances between the strokes.
 class F23
          Feature representing the sum of angles between strokes.
 class F24
          Feature representing the proportion of the stroke lengths (first/last point) to each other.
 class F25
          UK Feature F19.
 class F26
          F26, proportion of points below / over the line start - endpoint
 class F3
          Rubine feature F3.
 class F4
          Rubine feature F4.
 class F5
          Rubine feature F5.
 class F6
          Rubine feature F6.
 class F7
          Rubine feature F7.
 class F8
          Rubine feature F8.
 class F9
          Rubine feature F9.
 

Methods in org.ximtec.igesture.algorithm.feature that return Feature
static Feature FeatureTool.createFeature(String classname)
          Instantiates a feature of the given full qualified classname.
 

Methods in org.ximtec.igesture.algorithm.feature that return types with arguments of type Feature
static List<Feature> FeatureTool.createFeatureList(String featureList)
          Creates a list of instantiated features out of a comma delimited list of full qualified feature classnames.
 

Methods in org.ximtec.igesture.algorithm.feature with parameters of type Feature
static DoubleVector FeatureTool.computeFeatureVector(org.sigtec.ink.Note note, int minDistance, Feature[] featureList)
          Computes the feature vector.
static int FeatureTool.computeMinimalNumberOfRequiredPoints(Feature[] list)
          Returns the minimal number of points a note must contain to be processed.
 

Uses of Feature in org.ximtec.igesture.algorithm.rubine
 

Fields in org.ximtec.igesture.algorithm.rubine declared as Feature
protected  Feature[] RubineConfiguration.featureList
           
 

Methods in org.ximtec.igesture.algorithm.rubine that return Feature
 Feature[] RubineConfiguration.getFeatureList()
           
 

Uses of Feature in org.ximtec.igesture.algorithm.rubinebd
 

Fields in org.ximtec.igesture.algorithm.rubinebd declared as Feature
protected  Feature[] RubineConfiguration.featureList
           
 

Methods in org.ximtec.igesture.algorithm.rubinebd that return Feature
 Feature[] RubineConfiguration.getFeatureList()
           
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.