|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unizh.ini.jaer.chip.retina.TestchipARCSLineSensorEventExtractor
public class TestchipARCSLineSensorEventExtractor
Extracts x,y,pol from testchipARCs double line sensor retina. You pass in a raw address array, then internally, arrays are new'ed and the events are extracted to them. Results are accessed by referenc to fields like x, y that have been extracted. See the matlab function showLiveRetina, for example.
Field Summary | |
---|---|
double[] |
pol
these fields reference the extracted events after <@link #extract} is called on a raw address buffer x,y 0-127, pol=-1,1 |
double[] |
x
these fields reference the extracted events after <@link #extract} is called on a raw address buffer x,y 0-127, pol=-1,1 |
double[] |
y
these fields reference the extracted events after <@link #extract} is called on a raw address buffer x,y 0-127, pol=-1,1 |
Constructor Summary | |
---|---|
TestchipARCSLineSensorEventExtractor()
Creates a new instance of RetinaEventExtractor |
Method Summary | |
---|---|
void |
extract(int[] addresses,
int[] timestamps)
extracts events to another representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double[] x
These are doubles because matlab likes doubles.
public double[] y
These are doubles because matlab likes doubles.
public double[] pol
These are doubles because matlab likes doubles.
Constructor Detail |
---|
public TestchipARCSLineSensorEventExtractor()
Method Detail |
---|
public void extract(int[] addresses, int[] timestamps)
EventExtractorInterface
extract
in interface EventExtractorInterface
addresses
- the raw address-events
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |