Algorithms Overview

Algorithms implemented in the SDK can be grouped into categories based on their function.

Processors

Processors are algorithms that can be used to process data either to change some of their characteristics (e.g. flip the x coordinate of every event) or perform some advanced analysis (e.g. tracking objects or extracting spatio/temporal patterns).

Filters

Filters are algorithms taking events as input and outputting only the events that satisfy certain conditions.

Algorithm Name

Module

Metavision::PolarityFilterAlgorithm

Core

Metavision::RoiFilterAlgorithm

Core

Metavision::AntiFlickerAlgorithm

CV

Metavision::ActivityNoiseFilterAlgorithm

CV

Metavision::RoiMaskAlgorithm

CV

Metavision::SpatioTemporalContrastAlgorithm

CV

Metavision::TrailFilterAlgorithm

CV