|
Difference of Gaussians. More...
Functions | |
AFAPI array | dog (const array &in, const int radius1, const int radius2) |
C++ Interface wrapper for Difference of Gaussians. More... | |
AFAPI af_err | af_dog (af_array *out, const af_array in, const int radius1, const int radius2) |
C Interface wrapper for Difference of Gaussians. More... | |
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.
C Interface wrapper for Difference of Gaussians.
[out] | out | is difference of smoothed inputs |
[in] | in | is input image |
[in] | radius1 | is the radius of first gaussian kernel |
[in] | radius2 | is the radius of second gaussian kernel |