[][src]Function arrayfire::dog

pub fn dog<T>(
    input: &Array<T>,
    radius1: i32,
    radius2: i32
) -> Array<T::AbsOutType> where
    T: HasAfEnum + ImageFilterType,
    T::AbsOutType: HasAfEnum

Difference of Gaussians.

Given an image, this function computes two different versions of smoothed input image using the difference smoothing parameters and subtracts one from the other and returns the result.

Parameters

Return Values

Difference of smoothed inputs - An Array.