jAER project on SourceForge

Uses of Class
ch.unizh.ini.jaer.projects.stereo3D.AEPacket3D

Packages that use AEPacket3D
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. 
 

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

Methods in ch.unizh.ini.jaer.projects.pawtracker with parameters of type AEPacket3D
 void PawTrackerStereoBoard3.processPacket(AEPacket3D inputPacket)
           
 

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

Methods in ch.unizh.ini.jaer.projects.stereo3D that return AEPacket3D
 AEPacket3D AEPacket3D.getPrunedCopy()
          Allocates a new AEPacketRaw and copies the events from this packet into the new one, returning it.
 AEPacket3D AE3DFileInputStream.readPacketByNumber(int n)
          Uesd to read fixed size packets.
 AEPacket3D AE3DFileInputStream.readPacketByTime(int dt)
          returns an AEPacketRaw at least dt long up to the max size of the buffer or until end-of-file.
 

Methods in ch.unizh.ini.jaer.projects.stereo3D with parameters of type AEPacket3D
 void AE3DOutputStream.writePacket(AEPacket3D ae)
          Writes the packet out as sequence of address/timestamp's, just as they came as input from the device.
 


jAER project on SourceForge