Click or drag to resize

AdaptiveThresholdCommand Constructor (Int32, Int32)

Initializes a new instance of AdaptiveThresholdCommand specifying the window size and difference threshold.

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,
	int differenceThreshold
)

Parameters

windowSize
Type: SystemInt32

The size of the examination window surround the current pixel

differenceThreshold
Type: SystemInt32
The value used for improving the thresholding results.
Exceptions
ExceptionCondition
Thrown if the windowSize is less than 2.
See Also