Click or drag to resize

AdaptiveThresholdCommandWindowSize Property

Gets or sets the size of local window acting on each pixel to find local statistics.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int WindowSize { get; set; }

Property Value

Type: Int32
The size of local window acting on each pixel to find local statistics.
Exceptions
ExceptionCondition
Thrown if value is amp;lt; 2.
Remarks
Default value is 15.
See Also