© BECOM Systems 2020
17
|
58
Software User Manual - Argos3D - P33x
Last change: 29 June 2020/Version 10
Enabling more than one filter is possible but each added filter reduces the maximum achievable frame rate (as does
the number of iterations).
The filters are applied in the following order:
1.
Frame Average filter
2.
Sliding Average filter
3.
Average filter
4.
Median filter
5.
Bilateral filter
4.3.1
Median Filter
A 3x3 median filter can be applied.
Register:
FilterMedianConfig
The number of iterations is configurable.
4.3.2
Bilateral filter
Registers:
FilterBilateralConfig, FilterBilateralConfig2
Configuration options are
R
(Width of range kernel),
S
(Width of spatial kernel), number of iterations, and
window size.
4.3.3
Average filter
Registers:
FilterAverageConfig
Configuration option is the filter size.
4.3.4
Sliding Average Filter
Register:
FilterSLAFconfig
A sliding average filter over up to 255 frames can be applied. The number of frames is configurable. An increasing
number of frames will not decrease the frame rate but may add blurring effects.
4.3.5
Frame Average Filter
Register:
FilterFrameAverageConfig