CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

blurSliceBySlice

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 Gaussian blur is applied slice by slice in 2D.

DEPRECATED: This method is deprecated. Use gaussianBlur3D instead.

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.

Usage in ImageJ macro

Ext.CLIJx_blurSliceBySlice(Image source, Image destination, Number sigmaX, Number sigmaY);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint