jAER project on SourceForge

Uses of Package
net.sf.jaer.aemonitor

Packages that use net.sf.jaer.aemonitor
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.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
ch.unizh.ini.jaer.chip.object The AER winner-take-all (WTA) "object" chips developed in the CAVIAR project. 
ch.unizh.ini.jaer.chip.retina Classes related to particular retina chips. 
ch.unizh.ini.jaer.chip.retinaCochlea Combined retina-cochlea AER "chip" to merge retinas and cochlea AER streams into a unified stream. 
ch.unizh.ini.jaer.chip.stereopsis Support for combining two retinas either on separate or single USB interfaces. 
ch.unizh.ini.jaer.projects.stereo3D Steroopsis using binocular pair of DVS silicon retinas. 
es.cnm.imse.jaer.chip.convolution The AER convolution chips developed in the CAVIAR project. 
net.sf.jaer Classes related to USB2 AER interface, ipot on-chip programmable bias generators. 
net.sf.jaer.aemapper Classes related to remapping events from sender to receiver. 
net.sf.jaer.aemonitor Classes related to monitoring address-events. 
net.sf.jaer.aesequencer Classes related to sequencing address-events. 
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.eventio Address-Event IO. 
net.sf.jaer.eventprocessing.filter Classes related to filtering Address-Events - the output of these event processors is the same type of event except that they are selectively filtered; usually this means fewer events come out of the filter than are put in. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
net.sf.jaer.hardwareinterface.usb.cypressfx2 Cypress FX2 USB interfaces using Thesycon USB driver. 
net.sf.jaer.hardwareinterface.usb.linux USB hardware interface for linux. 
net.sf.jaer.hardwareinterface.usb.silabs SiLabs C8051F3xx microcontroller interfaces using Thesycon USB driver. 
net.sf.jaer.stereopsis Stereoscopic vision. 
org.ine.telluride.jaer.cuda AER processing with NVIDIA CUDA-enabled GPUs. 
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.cochlea
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.dollbrain
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.dvs320
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.object
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.retina
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.retinaCochlea
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.chip.stereopsis
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by ch.unizh.ini.jaer.projects.stereo3D
AEPacket
          The superclass for raw event packets, as captured from an AEMonitorInterface.
Event
          Has a timestamp and that's all.
 

Classes in net.sf.jaer.aemonitor used by es.cnm.imse.jaer.chip.convolution
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.aemapper
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.aemonitor
AEListener
          A listener for AEs
AEPacket
          The superclass for raw event packets, as captured from an AEMonitorInterface.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
Event
          Has a timestamp and that's all.
EventRaw
          A raw address-event, having an int (32 bit) timestamp and int (32 bit) raw address
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.aesequencer
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.chip
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.eventio
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.eventprocessing.filter
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.graphics
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.hardwareinterface.usb.cypressfx2
AEListener
          A listener for AEs
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.hardwareinterface.usb.linux
AEListener
          A listener for AEs
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.hardwareinterface.usb.silabs
AEListener
          A listener for AEs
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by net.sf.jaer.stereopsis
AEListener
          A listener for AEs
AEMonitorInterface
          Defines interface for an AE monitor.
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 

Classes in net.sf.jaer.aemonitor used by org.ine.telluride.jaer.cuda
AEPacketRaw
          A structure containing a packer of AEs: addresses, timestamps.
 


jAER project on SourceForge