jAER project on SourceForge

Uses of Interface
net.sf.jaer.event.EventInterface

Packages that use EventInterface
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
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 EventInterface in ch.unizh.ini.jaer.chip.cochlea
 

Classes in ch.unizh.ini.jaer.chip.cochlea that implement EventInterface
 class BinauralCochleaEvent
          The events that a generic binarual cochlea returns.
 class CochleaAMSEvent
          The events that CochleaAMS1b returns.
 

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

Classes in ch.unizh.ini.jaer.chip.dollbrain that implement EventInterface
 class ColorEvent
          Represents an event with a short color.
 

Uses of EventInterface in net.sf.jaer.event
 

Classes in net.sf.jaer.event that implement EventInterface
 class BasicEvent
          Base class for events.
 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
 class TypedEvent
          Represents an event with a byte type.
 

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

Classes in org.ine.telluride.jaer.cuda that implement EventInterface
 class CUDAEvent
          Synthetic events returned from jaer CUDA processing.
 


jAER project on SourceForge