DynamicThresholdCommandDifferenceThreshold Property |
Gets or sets a value used to improving the thresholding results.
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 DifferenceThreshold { get; set; }
Public Property DifferenceThreshold As Integer
Get
Set
Property Value
Type:
Int32Remarks In local adaptive thresholding, an individual threshold for each pixel is based on the range of intensity
values in its local neighborhood. In this class, a local mean value is used as the threshold. The situation can be
improved if the threshold employed is not the mean, but "mean - DifferenceThreshold". The default value is 7.
See Also