ch.unizh.ini.jaer.projects.stereo3D
Class Event3D
java.lang.Object
net.sf.jaer.aemonitor.Event
ch.unizh.ini.jaer.projects.stereo3D.Event3D
public class Event3D
- extends Event
A raw address-event, having a timestamp and raw address
- Author:
- tobi
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 |
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
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 linkmethod
- : left or right most methodlead_side
- : left or right main cameravalue
- : intensity of the eventt
- the timestamp
Event3D
public Event3D(int x,
int y,
int z,
float value,
int t)
Event3D
public Event3D(Event3D ev)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object