Maximum.Radius Property

Gets or sets a radius of maximum filter.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public int Radius { get; set; }

Property Value

The radius of the filter in pixels.

Remarks

This property specifies how much neighbour pixels will be processed (for radius = 1 it will take 8 neighbours, for radius = 2 it will use already 24 neighbour pixels, etc). That's why the larger radius you specify, the slower algorithm will work. It is recommended to limit user input for this parameter to avoid performance drop.

See Also

Reference