jAER project on SourceForge

Uses of Class
net.sf.jaer.eventprocessing.tracking.RectangularClusterTracker.Cluster

Packages that use RectangularClusterTracker.Cluster
ch.unizh.ini.jaer.projects.robothead.retinacochlea Combination of retina and cochlea AER chips for sensor fusion experiments. 
ch.unizh.ini.jaer.projects.robothead.robotcontrol Control of the Koala robot. 
ch.unizh.ini.jaer.projects.tobi.goalie The robotic goalie that uses a dynamic vision sensor and a servo controller to block balls shot at a goal. 
net.sf.jaer.eventprocessing.tracking Classes related to tracking objects based on Address-Event input. 
net.sf.jaer.stereopsis Stereoscopic vision. 
 

Uses of RectangularClusterTracker.Cluster in ch.unizh.ini.jaer.projects.robothead.retinacochlea
 

Fields in ch.unizh.ini.jaer.projects.robothead.retinacochlea declared as RectangularClusterTracker.Cluster
static RectangularClusterTracker.Cluster LEDTracker.LED
           
 

Methods in ch.unizh.ini.jaer.projects.robothead.retinacochlea that return RectangularClusterTracker.Cluster
 RectangularClusterTracker.Cluster LEDTracker.getLED()
           
 

Uses of RectangularClusterTracker.Cluster in ch.unizh.ini.jaer.projects.robothead.robotcontrol
 

Methods in ch.unizh.ini.jaer.projects.robothead.robotcontrol with parameters of type RectangularClusterTracker.Cluster
 boolean CalibrationMachine.running(RectangularClusterTracker.Cluster LED)
           
 boolean LookingMachine.running(RectangularClusterTracker.Cluster LED)
           
 

Uses of RectangularClusterTracker.Cluster in ch.unizh.ini.jaer.projects.tobi.goalie
 

Fields in ch.unizh.ini.jaer.projects.tobi.goalie declared as RectangularClusterTracker.Cluster
protected  RectangularClusterTracker.Cluster Goalie.ball
           
 

Uses of RectangularClusterTracker.Cluster in net.sf.jaer.eventprocessing.tracking
 

Fields in net.sf.jaer.eventprocessing.tracking with type parameters of type RectangularClusterTracker.Cluster
protected  java.util.LinkedList<RectangularClusterTracker.Cluster> RectangularClusterTracker.pruneList
           
 

Methods in net.sf.jaer.eventprocessing.tracking that return types with arguments of type RectangularClusterTracker.Cluster
 java.util.List<RectangularClusterTracker.Cluster> RectangularClusterTracker.getClusters()
           
 

Methods in net.sf.jaer.eventprocessing.tracking with parameters of type RectangularClusterTracker.Cluster
protected  float RectangularClusterTracker.Cluster.distanceTo(RectangularClusterTracker.Cluster c)
           
 

Constructors in net.sf.jaer.eventprocessing.tracking with parameters of type RectangularClusterTracker.Cluster
RectangularClusterTracker.Cluster(RectangularClusterTracker.Cluster one, RectangularClusterTracker.Cluster two)
          Constructs a cluster by merging two clusters.
 

Uses of RectangularClusterTracker.Cluster in net.sf.jaer.stereopsis
 

Subclasses of RectangularClusterTracker.Cluster in net.sf.jaer.stereopsis
 class StereoClusterTracker.StereoCluster
          Extends the 2-d cluster to include 2.5-d disparity information.
 


jAER project on SourceForge