Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 874 Bytes

reference_blurSliceBySlice.md

File metadata and controls

22 lines (14 loc) · 874 Bytes

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