BinarizeCommand.InitialThreshold 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)
Syntaxpublic virtual int InitialThreshold { get; set; }
Public Overridable Property InitialThreshold As Integer
Get
Set
Property Value
Type:
Int32
ExceptionsException | Condition |
---|
| Throws when value is less than 1 or greater than 255. |
Remarks Default value is 127.
See Also