Skip to content

Flint: Mean filter on sliding window

Valentin Valls requested to merge flint-window-average into master

Closes #3371 (closed)

Here is a Flint side implementation of a filter to display a channel with a mean on a sliding window

  • The filter can be created like any other items
  • The size of the window can be selected (from 1 to 100)

Screenshot_from_2022-05-18_18-29-48

Edited by Valentin Valls

Merge request reports