This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Median filter a 2-dimensional array.
Apply a median filter to the input array using a local window-size given by kernel_size (must be odd).
Parameters : | input : array_like
kernel_size : array_like, optional
|
---|---|
Returns : | out : ndarray
|