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.
input
is the input imageradius1
is the radius of the first gaussian kernelradius2
is the radius of the second gaussian kernelDifference of smoothed inputs - An 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