Calculate a one-dimensional uniform filter along the given axis.
The lines of the array along the given axis are filtered with a uniform filter of given size.
Parameters : | input : array-like
size : integer
axis : integer, optional
output : array, optional
mode : {‘reflect’,’constant’,’nearest’,’mirror’, ‘wrap’}, optional
cval : scalar, optional
origin : scalar, optional The ``origin`` parameter controls the placement of the filter. Default 0 : |
---|