Function imgproc_rs::filter::separable_filter[][src]

pub fn separable_filter(
    input: &Image<f64>,
    vert_kernel: &[f64],
    horz_kernel: &[f64]
) -> ImgProcResult<Image<f64>>

Applies a separable linear filter by first applying vert_kernel and then horz_kernel