Click or drag to resize
Accord.NET (logo)

KuwaharaBlockSize Property

Gets the size of each of the four inner blocks used in the Kuwahara filter. This is always half the kernel size minus one.

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

Property Value

Type: Int32
The size of the each inner block, or k / 2 - 1 where k is the kernel size.
See Also