Click or drag to resize

AdaptiveThresholdCommand Constructor (Int32)

Initializes a new instance of AdaptiveThresholdCommand specifying the window size.

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 AdaptiveThresholdCommand(
	int windowSize
)

Parameters

windowSize
Type: SystemInt32

The size of the examination window surround the current pixel

Exceptions
ExceptionCondition
Thrown if the windowSize is less than 2.
See Also