CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

blur2D

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.

blur2D is often followed by

Usage in ImageJ macro

Ext.CLIJ2_blur2D(Image source, Image destination, Number sigma_x, Number sigma_y);

Example scripts

mesh_closest_points.ijm

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint