bundles / scipy latest / scipy / signal / _spline / sepfir2d
built-in
scipy.signal._spline:sepfir2d
Summary
Convolve with a 2-D separable FIR filter.
Extended Summary
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.
Parameters
input: ndarrayThe input signal. Must be a rank-2 array.
hrow: ndarrayA rank-1 array defining the row direction of the filter. Must be odd-length
hcol: ndarrayA rank-1 array defining the column direction of the filter. Must be odd-length
Returns
output: ndarrayThe filtered signal.
Examples
Examples are given :ref:`in the tutorial <tutorial-signal-bsplines>`.Aliases
-
scipy.signal.sepfir2d