jAER project on SourceForge

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

Packages that use TypedEvent
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
ch.unizh.ini.jaer.chip.dollbrain The dollbrain project AER sensors - see DollBrain project pages
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. 
org.ine.telluride.jaer.cuda AER processing with NVIDIA CUDA-enabled GPUs. 
 

Uses of TypedEvent in ch.unizh.ini.jaer.chip.cochlea
 

Subclasses of TypedEvent in ch.unizh.ini.jaer.chip.cochlea
 class BinauralCochleaEvent
          The events that a generic binarual cochlea returns.
 class CochleaAMSEvent
          The events that CochleaAMS1b returns.
 

Uses of TypedEvent in ch.unizh.ini.jaer.chip.dollbrain
 

Subclasses of TypedEvent in ch.unizh.ini.jaer.chip.dollbrain
 class ColorEvent
          Represents an event with a short color.
 

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

Methods in ch.unizh.ini.jaer.projects.pawtracker with parameters of type TypedEvent
 void PawTracker.EntryZone.addEvent(TypedEvent event)
           
 void PawTracker.EntryZone.findWrist(TypedEvent event)
           
 

Constructors in ch.unizh.ini.jaer.projects.pawtracker with parameters of type TypedEvent
PawTracker.Cluster(TypedEvent ev)
           
 

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

Methods in ch.unizh.ini.jaer.projects.stereo3D with parameters of type TypedEvent
protected  void EpilolarLineMonitor.processEvent(TypedEvent e)
           
protected  void EventTimingMonitor.processEvent(TypedEvent e)
           
protected  void StereoEpilolarLineMonitor.processEvent(TypedEvent e)
           
protected  void StereoEventTimingMonitor.processEvent(TypedEvent e)
           
 

Uses of TypedEvent in net.sf.jaer.event
 

Subclasses of TypedEvent in net.sf.jaer.event
 class BinocularDisparityEvent
           
 class BinocularEvent
          Represents an event from a binocular source
 class BinocularOrientationEvent
           
 class MotionOrientationEvent
          Represents an event with direction of motion and delay
 class OrientationEvent
          Represents an event with an orientation that can take 4 values.
 class PolarityEvent
          Represents an event with a polarity that is On or Off type
 

Uses of TypedEvent in org.ine.telluride.jaer.cuda
 

Subclasses of TypedEvent in org.ine.telluride.jaer.cuda
 class CUDAEvent
          Synthetic events returned from jaer CUDA processing.
 


jAER project on SourceForge