Brush size, [3, 21].

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public int BrushSize { get; set; }

Remarks

Window size to search for most frequent pixels' intensity.

Default value is set to 5.

See Also