|
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.chip.TypedEventExtractor
net.sf.jaer.chip.RetinaExtractor
public class RetinaExtractor
Extracts polarity of cells from the type of event. Built on top of legacy extractor.
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 | |
---|---|
RetinaExtractor(AEChip chip)
Creates a new instance of RetinaExtractor |
Method Summary | |
---|---|
EventPacket |
extractPacket(AEPacketRaw in)
extracts the meaning of the raw events. |
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 |
---|
public RetinaExtractor(AEChip chip)
Method Detail |
---|
public EventPacket extractPacket(AEPacketRaw in)
extractPacket
in interface EventExtractor2D
extractPacket
in class TypedEventExtractor
in
- the raw events, can be null
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |