MedianFilter Class Reference
[Processing]
Apply median filter on input vector.
More...
#include <MedianFilter.h>
Inherits Marsyas::MarSystem.
Detailed Description
Apply median filter on input vector.
- Author:
- Matthias Varewyck
- Date:
- 20090518
This class represents a median filter. Each element in an input vector is replaced by the median of the elements that fall in a window surrounding the element, defined as: element index + [0,1.. N-1] - floor(N/2) with N, the size of the window.
Controls:
- mrs_real/WindowSize [rw] : adjust the window size (N)
Definition at line 40 of file MedianFilter.h.
The documentation for this class was generated from the following files: