CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

blur3D

Computes the Gaussian blurred image of an image given two sigma values in X, Y and Z.

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 gaussianBlur3D 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.

Usage in ImageJ macro

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

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint