Click or drag to resize

BinarizeCommandInitialThreshold Property

Gets or sets the seed threshold value to use for GlobalThreshold and the actual threshold value to use for SimpleThreshold methods.

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

Property Value

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