Click or drag to resize

DynamicThresholdCommandWindowSize 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. Must be greater than 1.
Exceptions
ExceptionCondition
Thrown if the value is less than 1.
See Also