net.sf.jaer.graphics
Class AdaptiveIntensityRenderer
java.lang.Object
net.sf.jaer.graphics.Chip2DRenderer
net.sf.jaer.graphics.AEChipRenderer
net.sf.jaer.graphics.AdaptiveIntensityRenderer
- All Implemented Interfaces:
- java.util.Observer, Calibratible
public class AdaptiveIntensityRenderer
- extends AEChipRenderer
- implements Calibratible
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 |
Methods inherited from class net.sf.jaer.graphics.AEChipRenderer |
autoScaleFrame, autoScaleFrame, checkTypeColors, cycleColorMode, getChip, getColorMode, getPacket, getSubsampleThresholdEventCount, getTypeColorRGBComponents, getTypeColors, isIgnorePolarityEnabled, isMethodMonochrome, isStereoEnabled, isSubsamplingEnabled, playSpike, setChip, setColorMode, setIgnorePolarityEnabled, setStereoEnabled, setSubsampleThresholdEventCount, setSubsamplingEnabled, setTypeColorRGBComponents, setTypeColors |
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 |
adaptAreaStart
protected int[] adaptAreaStart
adaptAreaStop
protected int[] adaptAreaStop
intensity_scaling
protected float intensity_scaling
AdaptiveIntensityRenderer
public AdaptiveIntensityRenderer(AEChip chip)
setCalibrationInProgress
public void setCalibrationInProgress(boolean calibrationInProgress)
- Specified by:
setCalibrationInProgress
in interface Calibratible
isCalibrationInProgress
public boolean isCalibrationInProgress()
- Specified by:
isCalibrationInProgress
in interface Calibratible
setAdaptiveArea
public void setAdaptiveArea(int sx,
int ex,
int sy,
int ey)
render
public void render(EventPacket packet)
- Description copied from class:
AEChipRenderer
- does the rendering using selected method.
- Overrides:
render
in class AEChipRenderer
- Parameters:
packet
- a packet of events (already extracted from raw events)- See Also:
AEChipRenderer.setColorMode(net.sf.jaer.graphics.AEChipRenderer.ColorMode)