Blur

Median Blur

Blur resulting from computing the median color in the neighborhood of each pixel.
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

Neighborhood
dictionary
Neighborhood type.
Default Circle
Possible values SquareCircleDiamond
Radius
gint
Neighborhood radius, a negative value will calculate with inverted percentiles.
Default 3
Value range -400400.
Percentile
gdouble
Neighborhood color percentile.
Default 50.00
Value range 0.00100.00.
Alpha percentile
gdouble
Neighborhood alpha percentile.
Default 50.00
Value range 0.00100.00.
Abyss policy
dictionary
How image edges are handled.
Default Clamp
Possible values NoneClamp
High precision
gboolean
Avoid clipping and quantization (slower).
Default false