|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.jaer.eventprocessing | |
---|---|
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.chip.retina | Classes related to particular retina chips. |
ch.unizh.ini.jaer.chip.retina.sensorymotor | Classes related to sensory motor reactive systems that use the retina and servo motors. |
ch.unizh.ini.jaer.hardware.pantilt | A pantilt unit based on two servo motors. |
ch.unizh.ini.jaer.projects.ballshooter | The ball shooter demonstration based on temporal contrast AER silicon retina, the AER-EAR binaural silicon cochlea, the servo motor controller. |
ch.unizh.ini.jaer.projects.eyetracker | Eye-tracking (close-proximity pupil tracking) using event driven methods. |
ch.unizh.ini.jaer.projects.facetracker | Face tracking using head-mounted LED tags and active vision concepts. |
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.headtracker | Person head tracking using the dynamic vision sensor for control of an avatar with low CPU load. |
ch.unizh.ini.jaer.projects.hopfield.orientationlearn | |
ch.unizh.ini.jaer.projects.pawtracker | Rat paw tracking for neuro-rehab project. |
ch.unizh.ini.jaer.projects.pencilbalancer | The pencil balancer demo developed by Jorg Conradt and Matt Cook. |
ch.unizh.ini.jaer.projects.rccar | The Driving with Spikes Traxxus E-Maxx electric monster truck project. |
ch.unizh.ini.jaer.projects.robothead | Auditory localization using the robot head constructed at INI which has a binaural cochlea, retina. |
ch.unizh.ini.jaer.projects.robothead.retinacochlea | Combination of retina and cochlea AER chips for sensor fusion experiments. |
ch.unizh.ini.jaer.projects.robothead.robotcontrol | Control of the Koala robot. |
ch.unizh.ini.jaer.projects.stereo3D | Steroopsis using binocular pair of DVS silicon retinas. |
ch.unizh.ini.jaer.projects.tobi.billcatcher | A simple robot that uses a dynamic vision sensor and a servo to catch money bills dropped between a pair of fingers. |
ch.unizh.ini.jaer.projects.tobi.goalie | The robotic goalie that uses a dynamic vision sensor and a servo controller to block balls shot at a goal. |
ch.unizh.ini.jaer.projects.tobi.zipzaps | The tiny Transformers RC cars from Radio Shack are tracked and controlled here. |
ch.unizh.ini.jaer.projects.topology | Learning topology based on event timing with the silicon retina. |
ch.unizh.ini.jaer.projects.wingtracker | Drosophila fruit fly wing-beat analyzer. |
net.sf.jaer.chip | Classes related to CAVIAR retina. |
net.sf.jaer.eventprocessing | Classes related to processing Address-Events. |
net.sf.jaer.eventprocessing.filter | Classes related to filtering Address-Events - the output of these event processors is the same type of event except that they are selectively filtered; usually this means fewer events come out of the filter than are put in. |
net.sf.jaer.eventprocessing.label | Classes related to labeling Address-Events with additional interpretation, e.g. |
net.sf.jaer.eventprocessing.tracking | Classes related to tracking objects based on Address-Event input. |
net.sf.jaer.graphics | Rendering and diplaying address-events. |
net.sf.jaer.stereopsis | Stereoscopic vision. |
org.ine.telluride.jaer.cochlea | AE cochlea processing. |
org.ine.telluride.jaer.cuda | AER processing with NVIDIA CUDA-enabled GPUs. |
org.ine.telluride.jaer.wowwee | WowWee toy control using a modified USBServo Board. |
org.orangesky.visuals.filter | Filters for retina processing from Martin Ebner, Maas lab, Vienna. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.chip.cochlea | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.chip.dollbrain | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.chip.retina | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.chip.retina.sensorymotor | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.hardware.pantilt | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.ballshooter | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.eyetracker | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.facetracker | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.gesture | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.headtracker | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.hopfield.orientationlearn | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.pawtracker | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.pencilbalancer | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.rccar | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.robothead | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.robothead.retinacochlea | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.robothead.robotcontrol | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.stereo3D | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.tobi.billcatcher | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.tobi.goalie | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.tobi.zipzaps | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.topology | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by ch.unizh.ini.jaer.projects.wingtracker | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.chip | |
---|---|
FilterChain
A chain of EventFilter that serially filters or processes packets of AEPacket2D. |
|
FilterFrame
This JFrame holds all the event processing controls. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.eventprocessing | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
|
EventFilterRaw
A filter that operates on raw AE packets. |
|
EventProcessingPerformanceMeter
Measures cost of event processing. |
|
FilterChain
A chain of EventFilter that serially filters or processes packets of AEPacket2D. |
|
FilterChain.ProcessingMode
Filters can either be processed in the rendering or the data acquisition cycle. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.eventprocessing.filter | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.eventprocessing.label | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.eventprocessing.tracking | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.graphics | |
---|---|
FilterFrame
This JFrame holds all the event processing controls. |
Classes in net.sf.jaer.eventprocessing used by net.sf.jaer.stereopsis | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by org.ine.telluride.jaer.cochlea | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by org.ine.telluride.jaer.cuda | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by org.ine.telluride.jaer.wowwee | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
Classes in net.sf.jaer.eventprocessing used by org.orangesky.visuals.filter | |
---|---|
EventFilter
An abstract class that all event processing methods should subclass. |
|
EventFilter2D
A filter that filters or otherwise processes a packet of events. |
|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |