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 the provided second derivative function.
Parameters : | input : array-like
derivative2 : callable
output : array, optional
mode : {‘reflect’,’constant’,’nearest’,’mirror’, ‘wrap’}, optional
cval : scalar, optional
extra_keywords : dict, optional
extra_arguments : sequence, optional
|
---|