This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Calculate a multidimensional laplace filter using gaussian second derivatives.
Parameters : | input : array-like
sigma : scalar or sequence of scalars
output : array, optional
mode : {‘reflect’,’constant’,’nearest’,’mirror’, ‘wrap’}, optional
cval : scalar, optional
|
---|