jAER project on SourceForge

Uses of Class
ch.unizh.ini.jaer.projects.gesture.GestureTracker.Cluster

Packages that use GestureTracker.Cluster
ch.unizh.ini.jaer.projects.gesture The gesture tracker developed at Telluride 2007 based on temporal contrast silicon retina combined with RectanglularClusterTracker. 
 

Uses of GestureTracker.Cluster in ch.unizh.ini.jaer.projects.gesture
 

Fields in ch.unizh.ini.jaer.projects.gesture with type parameters of type GestureTracker.Cluster
protected  java.util.LinkedList<GestureTracker.Cluster> GestureTracker.pruneList
           
 

Methods in ch.unizh.ini.jaer.projects.gesture that return types with arguments of type GestureTracker.Cluster
 java.util.List<GestureTracker.Cluster> GestureTracker.getClusters()
           
 

Methods in ch.unizh.ini.jaer.projects.gesture with parameters of type GestureTracker.Cluster
protected  float GestureTracker.Cluster.distanceTo(GestureTracker.Cluster c)
           
 

Constructors in ch.unizh.ini.jaer.projects.gesture with parameters of type GestureTracker.Cluster
GestureTracker.Cluster(GestureTracker.Cluster one, GestureTracker.Cluster two)
          Constructs a cluster by merging two clusters.
 


jAER project on SourceForge