jAER project on SourceForge

Uses of Package
net.sf.jaer.eventprocessing.tracking

Packages that use net.sf.jaer.eventprocessing.tracking
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. 
 

Classes in net.sf.jaer.eventprocessing.tracking used by ch.unizh.ini.jaer.projects.robothead.retinacochlea
RectangularClusterTracker.Cluster
           
 

Classes in net.sf.jaer.eventprocessing.tracking used by ch.unizh.ini.jaer.projects.robothead.robotcontrol
RectangularClusterTracker.Cluster
           
 

Classes in net.sf.jaer.eventprocessing.tracking used by ch.unizh.ini.jaer.projects.tobi.goalie
RectangularClusterTracker
          Tracks blobs of events using a rectangular hypothesis about the object shape.
RectangularClusterTracker.Cluster
           
 

Classes in net.sf.jaer.eventprocessing.tracking used by net.sf.jaer.eventprocessing.tracking
ClusterTracker
          Deprecated. This class is no longer maintained. Use RectanglularClusterTracker instead.
ClusterTracker.ClosestCluster
          Deprecated. Represents a cluster and a distance (the distance of an event to the cluster)
ClusterTracker.Cluster
          Deprecated. Represents a single tracked object
LineDetector
          EventFilters implement this interface when they detect a line in scene.
MultiLineClusterTracker.LineCluster
          Represents a single tracked line.
ParticleTracker.Cluster
           
ParticleTracker.DiffusedCluster
           
RectangularClusterTracker.Cluster
           
RectangularClusterTracker.Cluster.PathPoint
           
 

Classes in net.sf.jaer.eventprocessing.tracking used by net.sf.jaer.stereopsis
RectangularClusterTracker
          Tracks blobs of events using a rectangular hypothesis about the object shape.
RectangularClusterTracker.Cluster
           
 


jAER project on SourceForge