Filtering.median_filter
- Filtering.median_filter = median
Applies a Median Filter to the input data using scipy.ndimage.median_filter. The filter computes the median contained in the sliding window determined by kernel_size.
- Returns:
Numpy array containing the input data filtered by the median filter