jAER project on SourceForge

net.sf.jaer.chip
Interface EventExtractorInterface

All Known Implementing Classes:
TestchipARCSLineSensorEventExtractor

Deprecated. should not be used, just left over from early development

public interface EventExtractorInterface

Interface for methods that extract event information (e.g. x,y,pol) from address-events.

Author:
tobi

Method Summary
 void extract(int[] addresses, int[] timestamps)
          Deprecated. extracts events to another representation
 

Method Detail

extract

void extract(int[] addresses,
             int[] timestamps)
Deprecated. 
extracts events to another representation

Parameters:
addresses - the raw address-events

jAER project on SourceForge