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:

Definition at line 40 of file MedianFilter.h.


The documentation for this class was generated from the following files:

Generated on Wed May 23 00:02:23 2012 for Marsyas by  doxygen 1.5.6