Computes the Gaussian blurred image of an image given two sigma values in X and Y.
Thus, the filterkernel can have non-isotropic shape.
The implementation is done separable. In case a sigma equals zero, the direction is not blurred.
DEPRECATED: This method is deprecated. Use gaussianBlur2D instead.
Categories: Noise, Filter
Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clij2_-2.5.0.1.jar.
- detectMaximaBox (1)
Ext.CLIJ2_blur2D(Image source, Image destination, Number sigma_x, Number sigma_y);