|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.graphics.Chip2DRenderer
net.sf.jaer.graphics.AEChipRenderer
net.sf.jaer.graphics.RetinaRenderer
public class RetinaRenderer
Renders retina events into different RGB views. You pass it an AEPacket2D, and it returns a frame that can be rendered in matlab using image or using the OpenGLRetinaCanvas.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jaer.graphics.AEChipRenderer |
---|
AEChipRenderer.ColorMode |
Field Summary |
---|
Fields inherited from class net.sf.jaer.graphics.AEChipRenderer |
---|
chip, HUES, ignorePolarityEnabled, log, NUM_METHODS, NUM_TIME_COLORS, packet, spikeSound, step, stereoEnabled, subsampleThresholdEventCount, subsamplingEnabled, timeColors, typeColorRGBComponents, typeColors |
Fields inherited from class net.sf.jaer.graphics.Chip2DRenderer |
---|
accumulateEnabled, annotators, autoscaleEnabled, autoScaleValue, colorScale, eventContrast, fr, grayValue, pixmap, prefs, selectedPixelEventCount, xsel, ysel |
Constructor Summary | |
---|---|
RetinaRenderer(AEChip chip)
Creates a new instance of RetinaRenderer |
Method Summary |
---|
Methods inherited from class net.sf.jaer.graphics.Chip2DRenderer |
---|
checkFr, checkPixmapAllocation, decreaseContrast, getColorScale, getGrayValue, getPixmap, getPixmapArray, getPixMapIndex, getPixmapRGB, getSelectedPixelEventCount, getXsel, getYsel, increaseContrast, isAccumulateEnabled, isAutoscaleEnabled, isPixelSelected, removeAllAnnotators, resetFrame, setAccumulateEnabled, setAutoscaleEnabled, setColorScale, setGrayValue, setPixmapPosition, setPixmapRGB, setXsel, setYsel, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetinaRenderer(AEChip chip)
chip
- the chip we're rendering for
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |