SciPy

This is documentation for an old release of SciPy (version 1.3.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.sepfir2d

scipy.signal.sepfir2d(input, hrow, hcol) → output

Description:

Convolve the rank-2 input array with the separable filter defined by the rank-1 arrays hrow, and hcol. Mirror symmetric boundary conditions are assumed. This function can be used to find an image given its B-spline representation.

Previous topic

scipy.signal.correlate2d

Next topic

scipy.signal.choose_conv_method