pub fn convolve2_sep<T, F>(
cfilt: &Array<F>,
rfilt: &Array<F>,
signal: &Array<T>,
mode: ConvMode
) -> Array<T> where
T: HasAfEnum,
F: HasAfEnum,
Separable convolution for 2d signals
Parameterscfilt
is the filter to be applied along coloumnsrfilt
is the filter to be applied along rowssignal
is the input signalmode
indicates if the convolution should be expanded or not(where output size equals input)The convolved Array
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4