This documentation is for the old version. Go to the latest Graphics Mill docs

MaximumFilter.Radius Property

Gets/sets a radius of maximum filter.

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

Syntax

Visual Basic
Public Property Radius As Integer
C#
public int Radius { get; set; }

Property Value

Radius of the filter (in pixels). Can be any positive integer value.

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