jAER project on SourceForge

ch.unizh.ini.jaer.chip.retina
Class TestchipARCSLineSensor.Extractor

java.lang.Object
  extended by net.sf.jaer.chip.TypedEventExtractor
      extended by net.sf.jaer.chip.RetinaExtractor
          extended by ch.unizh.ini.jaer.chip.retina.TestchipARCSLineSensor.Extractor
All Implemented Interfaces:
java.io.Serializable, EventExtractor2D
Enclosing class:
TestchipARCSLineSensor

public class TestchipARCSLineSensor.Extractor
extends RetinaExtractor
implements java.io.Serializable

the event extractor for double line sensor. Has two polarities 0 and 1. The X address is flipped so 63 becomes 0, 0 becomes 63. The polarity is flipped by the extractor so that the raw polarity 0 becomes 1 in the extracted event. The ON events have raw polarity 0. 1 is an ON event after event extraction, which flips the type. Raw polarity 1 is OFF event, which becomes 0 after extraction.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jaer.chip.TypedEventExtractor
chip, fliptype, flipx, flipy, hexArrangement, out, rotate, typemask, typeshift, xmask, xshift, ymask, yshift
 
Constructor Summary
TestchipARCSLineSensor.Extractor(TestchipARCSLineSensor chip)
           
 
Method Summary
 short getXFromAddress(short addr)
           
 
Methods inherited from class net.sf.jaer.chip.RetinaExtractor
extractPacket
 
Methods inherited from class net.sf.jaer.chip.TypedEventExtractor
extractPacket, getAddressFromCell, getSubsampleThresholdEventCount, getTypeFromAddress, getTypemask, getTypeshift, getUsedBits, getXFromAddress, getXmask, getXshift, getYFromAddress, getYmask, getYshift, isFliptype, isFlipx, isFlipy, isSubsamplingEnabled, matchesAddress, reconstructRawPacket, setFliptype, setFlipx, setFlipy, setSubsampleThresholdEventCount, setSubsamplingEnabled, setTypemask, setTypeshift, setXmask, setXshift, setYmask, setYshift
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestchipARCSLineSensor.Extractor

public TestchipARCSLineSensor.Extractor(TestchipARCSLineSensor chip)
Method Detail

getXFromAddress

public short getXFromAddress(short addr)

jAER project on SourceForge