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).
Perform a median filter on an N-dimensional array.
Apply a median filter to the input array using a local window-size given by kernel_size.
Parameters : | volume : array_like
kernel_size : array_like, optional
|
---|---|
Returns : | out : ndarray
|