DynamicThresholdCommandBlackGrouping Property |
A percentile indication of how tightly grouped black pixels need to be.
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 double BlackGrouping { get; set; }
Public Property BlackGrouping As Double
Get
Set
Property Value
Type:
Double A value from 0 to 1. Default is 0.25. 0.4 is roughly equivalent to the AdaptiveThresholding command
Exceptions Exception | Condition |
---|
| Thrown if the value is less than 0 or greater than 1. |
See Also