|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicEvent | |
---|---|
ch.unizh.ini.jaer.chip.cochlea | Classes related to Shih-Chii's and Andre's cochlea chips. |
ch.unizh.ini.jaer.chip.dollbrain | The dollbrain project AER sensors - see DollBrain project pages. |
ch.unizh.ini.jaer.projects.gesture | The gesture tracker developed at Telluride 2007 based on temporal contrast silicon retina combined with RectanglularClusterTracker. |
ch.unizh.ini.jaer.projects.pawtracker | Rat paw tracking for neuro-rehab project. |
ch.unizh.ini.jaer.projects.stereo3D | Steroopsis using binocular pair of DVS silicon retinas. |
net.sf.jaer.chip | Classes related to CAVIAR retina. |
net.sf.jaer.event | Classes related to events with type information - e.g. |
net.sf.jaer.eventprocessing | Classes related to processing Address-Events. |
net.sf.jaer.eventprocessing.tracking | Classes related to tracking objects based on Address-Event input. |
net.sf.jaer.stereopsis | Stereoscopic vision. |
org.ine.telluride.jaer.cuda | AER processing with NVIDIA CUDA-enabled GPUs. |
Uses of BasicEvent in ch.unizh.ini.jaer.chip.cochlea |
---|
Subclasses of BasicEvent in ch.unizh.ini.jaer.chip.cochlea | |
---|---|
class |
BinauralCochleaEvent
The events that a generic binarual cochlea returns. |
class |
CochleaAMSEvent
The events that CochleaAMS1b returns. |
Uses of BasicEvent in ch.unizh.ini.jaer.chip.dollbrain |
---|
Subclasses of BasicEvent in ch.unizh.ini.jaer.chip.dollbrain | |
---|---|
class |
ColorEvent
Represents an event with a short color. |
Methods in ch.unizh.ini.jaer.chip.dollbrain with parameters of type BasicEvent | |
---|---|
void |
ColorEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
Uses of BasicEvent in ch.unizh.ini.jaer.projects.gesture |
---|
Methods in ch.unizh.ini.jaer.projects.gesture with parameters of type BasicEvent | |
---|---|
void |
GestureTracker.Cluster.addEvent(BasicEvent event)
|
Constructors in ch.unizh.ini.jaer.projects.gesture with parameters of type BasicEvent | |
---|---|
GestureTracker.Cluster(BasicEvent ev)
|
Uses of BasicEvent in ch.unizh.ini.jaer.projects.pawtracker |
---|
Methods in ch.unizh.ini.jaer.projects.pawtracker with parameters of type BasicEvent | |
---|---|
void |
PawTracker.Cluster.addEvent(BasicEvent event)
|
Uses of BasicEvent in ch.unizh.ini.jaer.projects.stereo3D |
---|
Methods in ch.unizh.ini.jaer.projects.stereo3D with parameters of type BasicEvent | |
---|---|
void |
GravityCentersImageDumper.GravityCenter.add(BasicEvent event)
|
Uses of BasicEvent in net.sf.jaer.chip |
---|
Classes in net.sf.jaer.chip with type parameters of type BasicEvent | |
---|---|
class |
TypedEventExtractor<T extends BasicEvent>
An abstract 2D event extractor for 16 bit raw addresses. |
Methods in net.sf.jaer.chip that return types with arguments of type BasicEvent | |
---|---|
java.lang.Class<? extends BasicEvent> |
AEChip.getEventClass()
A chip has this intrinsic class of output events. |
Method parameters in net.sf.jaer.chip with type arguments of type BasicEvent | |
---|---|
void |
AEChip.setEventClass(java.lang.Class<? extends BasicEvent> eventClass)
The AEChip produces this type of event. |
Uses of BasicEvent in net.sf.jaer.event |
---|
Classes in net.sf.jaer.event with type parameters of type BasicEvent | |
---|---|
interface |
EventInterface<T extends BasicEvent>
The basic interface for an event |
class |
EventPacket<E extends BasicEvent>
A packet of events that is used for rendering and event processing. |
interface |
EventPacketInterface<T extends BasicEvent>
|
interface |
InputEventIterator<T extends BasicEvent>
Used to iterate over an EventPacket to obtain the events. |
interface |
OutputEventIterator<T extends BasicEvent>
Used to iterate over an EventPacket treated as an output packet. |
Subclasses of BasicEvent in net.sf.jaer.event | |
---|---|
class |
BinocularDisparityEvent
|
class |
BinocularEvent
Represents an event from a binocular source |
class |
BinocularOrientationEvent
|
class |
MotionOrientationEvent
Represents an event with direction of motion and delay |
class |
OrientationEvent
Represents an event with an orientation that can take 4 values. |
class |
PolarityEvent
Represents an event with a polarity that is On or Off type |
class |
TypedEvent
Represents an event with a byte type. |
Methods in net.sf.jaer.event with parameters of type BasicEvent | |
---|---|
void |
BasicEvent.copyFrom(BasicEvent e)
copies fields from source event src to this event |
void |
BinocularDisparityEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
void |
BinocularEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
void |
BinocularOrientationEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
void |
MotionOrientationEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
void |
OrientationEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
void |
PolarityEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
void |
TypedEvent.copyFrom(BasicEvent src)
copies fields from source event src to this event |
Method parameters in net.sf.jaer.event with type arguments of type BasicEvent | |
---|---|
void |
EventPacket.setEventClass(java.lang.Class<? extends BasicEvent> eventClass)
Sets the event class for this packet and fills the packet with these events. |
Constructor parameters in net.sf.jaer.event with type arguments of type BasicEvent | |
---|---|
EventPacket(java.lang.Class<? extends BasicEvent> eventClass)
Constructs a new EventPacket filled with the given event class. |
Uses of BasicEvent in net.sf.jaer.eventprocessing |
---|
Method parameters in net.sf.jaer.eventprocessing with type arguments of type BasicEvent | |
---|---|
protected void |
EventFilter2D.checkOutputPacketEventType(java.lang.Class<? extends BasicEvent> outClass)
checks out packet to make sure it is the same type as the given class. |
Uses of BasicEvent in net.sf.jaer.eventprocessing.tracking |
---|
Classes in net.sf.jaer.eventprocessing.tracking with type parameters of type BasicEvent | |
---|---|
class |
LIFOEventBuffer<E extends BasicEvent>
A circular buffer of events with methods for adding new events and getting back old ones in the order of addition, last in is first out. |
Methods in net.sf.jaer.eventprocessing.tracking with parameters of type BasicEvent | |
---|---|
void |
ClusterTracker.Cluster.addEvent(BasicEvent event)
|
void |
ParticleTracker.Cluster.addEvent(BasicEvent ev)
|
void |
RectangularClusterTracker.Cluster.addEvent(BasicEvent event)
updates cluster by one event. |
ClusterTracker.ClosestCluster |
ClusterTracker.closestCluster(BasicEvent event)
Deprecated. method that given AE, returns closest cluster and distance to it. |
float |
ClusterTracker.Cluster.distanceTo(BasicEvent event)
|
ClusterTracker.ClosestCluster |
ClusterTracker.getFirstContainingCluster(BasicEvent event)
Deprecated. Given AE, returns first cluster that event is within |
void |
ClusterTracker.Cluster.scale(BasicEvent event)
sets the cluster radius according to distance of event from cluster center |
Constructors in net.sf.jaer.eventprocessing.tracking with parameters of type BasicEvent | |
---|---|
ClusterTracker.Cluster(BasicEvent ev)
|
|
LIFOEventBuffer(E[] array)
Make a new instance of LIFOPolarityEventBuffer |
|
RectangularClusterTracker.Cluster(BasicEvent ev)
|
Uses of BasicEvent in net.sf.jaer.stereopsis |
---|
Methods in net.sf.jaer.stereopsis with parameters of type BasicEvent | |
---|---|
void |
StereoClusterTracker.StereoCluster.addEvent(BasicEvent event)
adds one BasicEvent event to this cluster, updating its parameters in the process |
float |
StereoClusterTracker.StereoCluster.distanceTo(BasicEvent event)
Computes ditance of cluster to event |
StereoClusterTracker.StereoCluster |
StereoClusterTracker.getFirstContainingCluster(BasicEvent event)
Given AE, returns first (thus oldest) cluster that event is within. |
Constructors in net.sf.jaer.stereopsis with parameters of type BasicEvent | |
---|---|
StereoClusterTracker.StereoCluster(BasicEvent ev)
Constructs a new cluster centered on an event |
Uses of BasicEvent in org.ine.telluride.jaer.cuda |
---|
Subclasses of BasicEvent in org.ine.telluride.jaer.cuda | |
---|---|
class |
CUDAEvent
Synthetic events returned from jaer CUDA processing. |
|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |