Operation: gaussian blur

gaussian blur operation

Author:

Uses the class GaussianBlur from ImageJ.

Example

input image    result image

Description

Applies a Gaussian blur filter to the input image.

Options

options
sigma: The radius of decay to exp(-0.5) ~ 61%, i.e. the standard deviation sigma of the Gaussian.

Parameter

The only parameter is the input image.

Results

The only result is the result image.