Click or drag to resize

BinarizeCommandThresholdDifferencing Property

Gets or sets the thresholding differencing used for the AdaptiveThreshold method.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
Throws when value is less than 1 or greater than 255.
Remarks
Default is 7.
See Also