jAER project on SourceForge

Uses of Interface
net.sf.jaer.graphics.DisplayMethod2D

Packages that use DisplayMethod2D
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
no.uio.ifi.jaer.chip.foveated The foveated AER silicon retina sensors developed by UIO. 
 

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

Classes in ch.unizh.ini.jaer.chip.cochlea that implement DisplayMethod2D
 class CochleaGramDisplayMethod
          Shows events from stereo cochlea as a rastergram.
 class RollingCochleaGramDisplayMethod
          Shows events from stereo cochlea as a rastergram.
 class ShammaMapDisplayMethod
          Shows events from stereo cochlea as Shamma map.
 

Uses of DisplayMethod2D in net.sf.jaer.graphics
 

Classes in net.sf.jaer.graphics that implement DisplayMethod2D
 class ChipRendererDisplayMethod
          Renders using OpenGL the RGB histogram values from Chip2DRenderer.
 

Uses of DisplayMethod2D in no.uio.ifi.jaer.chip.foveated
 

Classes in no.uio.ifi.jaer.chip.foveated that implement DisplayMethod2D
 class UioFoveatedImagerDisplayMethod
          This DisplayMethod draws a foveated image with higher density of pixels in the center than in the periphery.
 


jAER project on SourceForge