jAER project on SourceForge

net.sf.jaer.graphics
Class AdaptiveIntensityRenderer

java.lang.Object
  extended by net.sf.jaer.graphics.Chip2DRenderer
      extended by net.sf.jaer.graphics.AEChipRenderer
          extended by net.sf.jaer.graphics.AdaptiveIntensityRenderer
All Implemented Interfaces:
java.util.Observer, Calibratible

public class AdaptiveIntensityRenderer
extends AEChipRenderer
implements Calibratible


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jaer.graphics.AEChipRenderer
AEChipRenderer.ColorMode
 
Field Summary
protected  int[] adaptAreaStart
           
protected  int[] adaptAreaStop
           
protected  float intensity_scaling
           
 
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
AdaptiveIntensityRenderer(AEChip chip)
           
 
Method Summary
 boolean isCalibrationInProgress()
           
 void render(EventPacket packet)
          does the rendering using selected method.
 void setAdaptiveArea(int sx, int ex, int sy, int ey)
           
 void setCalibrationInProgress(boolean calibrationInProgress)
           
 
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
 

Field Detail

adaptAreaStart

protected int[] adaptAreaStart

adaptAreaStop

protected int[] adaptAreaStop

intensity_scaling

protected float intensity_scaling
Constructor Detail

AdaptiveIntensityRenderer

public AdaptiveIntensityRenderer(AEChip chip)
Method Detail

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)

jAER project on SourceForge