SDK Core Samples
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 are the followings:
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
Here is the list of samples provided with the Core module:
- Adaptive Rate Events Splitter using Python
- Composed Viewer Sample using C++
- CSV Viewer Sample using Python
- CSV Viewer Sample using C++
- Event Frame Generation Sample using C++
- Event Frame GPU Loading Sample using C++
- Events Integration using Python
- Events Integration using C++
- Event Frame Viewer Sample using Python
- Filtering using Python
- Filtering using C++
- Interoperability Sample using Python
- File to Video
- File to CSV Sample using Python
- Dummy Radar Sample using C++
- Simple Recorder using Python
- Simple Viewer using Python
- Sync Sample
- Time Surface Sample using C++
- Time Surface Sample using Python