Click or drag to resize
Accord.NET (logo)

KuwaharaSize Property

Gets the size of the kernel used in the Kuwahara filter. This should be odd and greater than or equal to five. Default is 5.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int Size { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also