Click or drag to resize

GlobalThresholdCommandInitThreshold Property

Gets or sets the initial threshold value.

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 InitThreshold { get; set; }

Property Value

Type: Int32
The initial threshold value.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255 inclusive.
Remarks
When there is reason to believe that the background and object occupy comparable areas in the image, a good initial value for InitThreshold is the average gray level of the image.
See Also