Click or drag to resize
Accord.NET (logo)

BradleyLocalThresholdingWindowSize Property

Window size to calculate average value of pixels for.

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

Property Value

Type: Int32
Remarks

The property specifies window size around processing pixel, which determines number of neighbor pixels to use for calculating their average brightness.

Default value is set to 41.

Note Note
The value should be odd.

See Also