Core
The Core module contains commonly used processing blocks not related to a particular application field (e.g. file readers / writers, stream manipulators, etc).
Main features
Basic C++ algorithms and filters on events (e.g.
RoiFilterAlgorithm
,PolarityFilterAlgorithm
…) that have their Python bindings (e.g.PolarityFilterAlgorithm
,RoiFilterAlgorithm
…)Convenient C++ algorithms to generate frames from events:
PeriodicFrameGenerationAlgorithm
andOnDemandFrameGenerationAlgorithm
Python class
EventsIterator
to iterate over a stream of events
Content
- Guides
- Samples
- Adaptive Rate Events Splitter using Python
- Composed Viewer Sample using C++
- CSV Viewer Sample using Python
- CSV Viewer Sample using C++
- Filtering using Python
- Filtering using C++
- Interoperability Sample using Python
- File to Video Application
- RAW to CSV Sample using Python
- Simple recorder using Python
- Simple Viewer using Python
- Sync Sample
- Time Surface Sample using C++
- Tutorials
- SDK Core C++ API
- SDK Core Python API