Function arrayfire::convolve2_sep
[−]
[src]
pub fn convolve2_sep(
cfilt: &Array,
rfilt: &Array,
signal: &Array,
mode: ConvMode
) -> Array
Separable convolution for 2d signals
Parameters
cfiltis the filter to be applied along coloumnsrfiltis the filter to be applied along rowssignalis the input signalmodeindicates if the convolution should be expanded or not(where output size equals input)
Return Values
The convolved Array