Processing square size for the median filter, [3, 25].

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

Syntax

C#
public int Size { get; set; }

Remarks

Default value is set to 3.

Note:The value should be odd.

See Also