running_median_2D¶
- tayph.running_median_2D(D, w)[source] [edit on github]¶
This computes a running median on a 2D array in a window with width w that slides over the array in the horizontal (x) direction.
This computes a running median on a 2D array in a window with width w that slides over the array in the horizontal (x) direction.