Programming Guides

Metavision SDK offers C++ and Python APIs for event-based data processing. It includes algorithms and supporting data structures as well as code samples demonstrating how to use them.

The algorithms are written in C++ for performance reasons, but are also provided through a Python API binding the C++ code. Some modules (e.g. the Core and Machine Learning modules) also provide features in pure Python modules.

In the following sections, we explore the various aspects of programming event-based device using our API.