scipy 1.8.0 Pypi GitHub Homepage
Other Docs
ParametersReturns
out = sepfir2d(input, hrow, hcol)

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 : ndarray

The input signal. Must be a rank-2 array.

hrow : ndarray

A rank-1 array defining the row direction of the filter. Must be odd-length

hcol : ndarray

A rank-1 array defining the column direction of the filter. Must be odd-length

Returns

output : ndarray

The filtered signal.

Convolve with a 2-D separable FIR filter.

Examples

Examples are given in the tutorial <tutorial-signal-bsplines> .

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : None#None
type: <class 'builtin_function_or_method'>
Commit: