Blur

Gaussian Blur

Performs an averaging of neighboring pixels with the normal distribution as weighting.
Picture not available yet

Operation pads

This operation exposes the following data pads, defining how it receives, processes, and emits image data:

Input
Output

Operation properties

Size X
gdouble
Standard deviation for the horizontal axis.
Default 1.50
Value range 0.001500.00.
Size Y
gdouble
Standard deviation (spatial scale factor).
Default 1.50
Value range 0.001500.00.
Filter
dictionary
How the gaussian kernel is discretized.
Default Auto
Possible values AutoFIRIIR
Abyss policy
dictionary
How image edges are handled.
Default Clamp
Possible values NoneClampBlackWhite
Clip to the input extent
gboolean
Should the output extent be clipped to the input extent.
Default true