jAER project on SourceForge

ch.unizh.ini.jaer.projects.stereo3D
Class Event3D

java.lang.Object
  extended by net.sf.jaer.aemonitor.Event
      extended by ch.unizh.ini.jaer.projects.stereo3D.Event3D

public class Event3D
extends Event

A raw address-event, having a timestamp and raw address

Author:
tobi

Field Summary
 int d
           
static int DIRECT3D
           
static int INDIRECT3D
           
 int lead_side
           
 int method
           
 float score
           
 int type
           
 float value
           
 int x
           
 int x0
           
 int y
           
 int y0
           
 int z0
           
 
Fields inherited from class net.sf.jaer.aemonitor.Event
timestamp
 
Constructor Summary
Event3D()
          Creates a new instance of EventRaw
Event3D(Event3D ev)
           
Event3D(int x, int y, int z, float value, int t)
           
Event3D(int x, int y, int d, int method, int lead_side, float value, int t)
          Creates a new instance of Event3D
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INDIRECT3D

public static int INDIRECT3D

DIRECT3D

public static int DIRECT3D

type

public int type

x

public int x

y

public int y

d

public int d

method

public int method

lead_side

public int lead_side

value

public float value

score

public float score

x0

public int x0

y0

public int y0

z0

public int z0
Constructor Detail

Event3D

public Event3D()
Creates a new instance of EventRaw


Event3D

public Event3D(int x,
               int y,
               int d,
               int method,
               int lead_side,
               float value,
               int t)
Creates a new instance of Event3D

Parameters:
x -
y -
d - : disparity link
method - : left or right most method
lead_side - : left or right main camera
value - : intensity of the event
t - the timestamp

Event3D

public Event3D(int x,
               int y,
               int z,
               float value,
               int t)

Event3D

public Event3D(Event3D ev)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

jAER project on SourceForge