jAER project on SourceForge

Uses of Interface
net.sf.jaer.eventio.InputDataFileInterface

Packages that use InputDataFileInterface
ch.unizh.ini.jaer.projects.opticalflow.graphics Rendering scanned output from optical flow chip. 
ch.unizh.ini.jaer.projects.opticalflow.io Input/output in/to optical flow chip. 
net.sf.jaer.eventio Address-Event IO. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of InputDataFileInterface in ch.unizh.ini.jaer.projects.opticalflow.graphics
 

Classes in ch.unizh.ini.jaer.projects.opticalflow.graphics that implement InputDataFileInterface
 class MotionViewer.Player
          this class handles file input of AEs to control the number of events/sample or period of time in the sample, etc.
 

Uses of InputDataFileInterface in ch.unizh.ini.jaer.projects.opticalflow.io
 

Classes in ch.unizh.ini.jaer.projects.opticalflow.io that implement InputDataFileInterface
 class MotionInputStream
          An input stream of motion data.
 

Uses of InputDataFileInterface in net.sf.jaer.eventio
 

Subinterfaces of InputDataFileInterface in net.sf.jaer.eventio
 interface AEFileInputStreamInterface
          The capabilities of the AEFileInputStream.
 

Classes in net.sf.jaer.eventio that implement InputDataFileInterface
 class AEFileInputStream
          Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
 

Uses of InputDataFileInterface in net.sf.jaer.graphics
 

Classes in net.sf.jaer.graphics that implement InputDataFileInterface
 class AEViewer.AEPlayer
          Handles file input of AEs to control the number of events/sample or period of time in the sample, etc.
 


jAER project on SourceForge