jAER project on SourceForge

es.cnm.imse.jaer.chip.convolution
Class Conv64NoNegativeEvents.Extractor

java.lang.Object
  extended by net.sf.jaer.chip.TypedEventExtractor
      extended by es.cnm.imse.jaer.chip.convolution.Conv64.Extractor
          extended by es.cnm.imse.jaer.chip.convolution.Conv64NoNegativeEvents.Extractor
All Implemented Interfaces:
java.io.Serializable, EventExtractor2D
Enclosing class:
Conv64NoNegativeEvents

public class Conv64NoNegativeEvents.Extractor
extends Conv64.Extractor
implements java.io.Serializable

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
Conv64NoNegativeEvents.Extractor(AEChip chip)
           
 
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

Conv64NoNegativeEvents.Extractor

public Conv64NoNegativeEvents.Extractor(AEChip chip)
Method Detail

extractPacket

public EventPacket extractPacket(AEPacketRaw in)
extracts the meaning of the raw events. Overrides base method to throw away some events.

Specified by:
extractPacket in interface EventExtractor2D
Overrides:
extractPacket in class TypedEventExtractor
Parameters:
in - the raw events, can be null
Returns:
out the processed events. empty packet is returned if null is supplied as in.

jAER project on SourceForge