jAER project on SourceForge

Uses of Class
net.sf.jaer.graphics.DisplayMethod

Packages that use DisplayMethod
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
ch.unizh.ini.jaer.projects.opticalflow.graphics Rendering scanned output from optical flow chip. 
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 DisplayMethod in ch.unizh.ini.jaer.chip.cochlea
 

Subclasses of DisplayMethod in ch.unizh.ini.jaer.chip.cochlea
 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 DisplayMethod in ch.unizh.ini.jaer.projects.opticalflow.graphics
 

Subclasses of DisplayMethod in ch.unizh.ini.jaer.projects.opticalflow.graphics
 class OpticalFlowDisplayMethod
          Displays output from an OpticalFlowChip.
 

Uses of DisplayMethod in net.sf.jaer.graphics
 

Subclasses of DisplayMethod in net.sf.jaer.graphics
 class ChipRendererDisplayMethod
          Renders using OpenGL the RGB histogram values from Chip2DRenderer.
 class Histogram3dDisplayMethod
          Displays histogrammed AEs from ChipRenderer as 3-d histogram that can be rotated and moved about.
 class SpaceTimeEventDisplayMethod
          Displays events in space time
 

Methods in net.sf.jaer.graphics that return DisplayMethod
 DisplayMethod ChipCanvas.getCurrentDisplayMethod()
          returns the current display method
 

Methods in net.sf.jaer.graphics that return types with arguments of type DisplayMethod
 java.util.ArrayList<DisplayMethod> ChipCanvas.getDisplayMethods()
           
 

Methods in net.sf.jaer.graphics with parameters of type DisplayMethod
 void ChipCanvas.addDisplayMethod(DisplayMethod m)
          adds a display method to this canvas
 void ChipCanvas.setDisplayMethod(DisplayMethod m)
          sets the display method
 

Method parameters in net.sf.jaer.graphics with type arguments of type DisplayMethod
 void ChipCanvas.setDisplayMethods(java.util.ArrayList<DisplayMethod> displayMethods)
           
 

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

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


jAER project on SourceForge