Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.94 KB

reference_blur.md

File metadata and controls

35 lines (21 loc) · 1.94 KB

blur

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.

Usage in ImageJ macro

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

Example scripts

mesh_closest_points.ijm
mesh_close_points.m
blur.py
segmentation.py

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint