jAER project on SourceForge

Uses of Class
net.sf.jaer.event.BinocularEvent

Packages that use BinocularEvent
ch.unizh.ini.jaer.projects.pawtracker Rat paw tracking for neuro-rehab project. 
ch.unizh.ini.jaer.projects.stereo3D Steroopsis using binocular pair of DVS silicon retinas. 
net.sf.jaer.event Classes related to events with type information - e.g. 
net.sf.jaer.eventprocessing.tracking Classes related to tracking objects based on Address-Event input. 
net.sf.jaer.stereopsis Stereoscopic vision. 
 

Uses of BinocularEvent in ch.unizh.ini.jaer.projects.pawtracker
 

Methods in ch.unizh.ini.jaer.projects.pawtracker with parameters of type BinocularEvent
protected  void PawTrackerStereoBoard6.accumulateSideEvents(BinocularEvent e, int x)
           
protected  void PawTrackerStereoBoard.processEvent(BinocularEvent e)
           
protected  void PawTrackerStereoBoard2.processEvent(BinocularEvent e)
           
protected  void PawTrackerStereoBoard3.processEvent(BinocularEvent e)
           
protected  void PawTrackerStereoBoard4.processEvent(BinocularEvent e)
           
protected  void PawTrackerStereoBoard5.processEvent(BinocularEvent e)
           
protected  void PawTrackerStereoBoard6.processEvent(BinocularEvent e)
           
protected  void PawTrackerStereoBoard6.processLeftEvent(BinocularEvent e, int type)
           
protected  void PawTrackerStereoBoard6.processRightEvent(BinocularEvent e, int type)
           
 void PawTrackerStereoBoard.EventPoint.updateFrom(BinocularEvent e, int x, int y, int side)
           
 void PawTrackerStereoBoard2.EventPoint.updateFrom(BinocularEvent e, int x, int y, int side)
           
 void PawTrackerStereoBoard3.EventPoint.updateFrom(BinocularEvent e, int x, int y, int side)
           
 

Constructors in ch.unizh.ini.jaer.projects.pawtracker with parameters of type BinocularEvent
PawTrackerStereoBoard.EventPoint(BinocularEvent e)
           
PawTrackerStereoBoard2.EventPoint(BinocularEvent e)
           
PawTrackerStereoBoard3.EventPoint(BinocularEvent e)
           
 

Uses of BinocularEvent in ch.unizh.ini.jaer.projects.stereo3D
 

Methods in ch.unizh.ini.jaer.projects.stereo3D with parameters of type BinocularEvent
protected  void GravityCentersImageDumper.processEvent(BinocularEvent e)
           
protected  void StereoDisplay.processEvent(BinocularEvent e)
           
 

Uses of BinocularEvent in net.sf.jaer.event
 

Subclasses of BinocularEvent in net.sf.jaer.event
 class BinocularDisparityEvent
           
 class BinocularOrientationEvent
           
 

Uses of BinocularEvent in net.sf.jaer.eventprocessing.tracking
 

Methods in net.sf.jaer.eventprocessing.tracking with parameters of type BinocularEvent
protected  void TemplateTracker.processEvent(BinocularEvent e)
           
 

Uses of BinocularEvent in net.sf.jaer.stereopsis
 

Methods in net.sf.jaer.stereopsis with parameters of type BinocularEvent
 void StereoClusterTracker.StereoCluster.addEvent(BinocularEvent event)
          adds one BinocularEvent to this cluster, updating its parameters in the process
 


jAER project on SourceForge