Click or drag to resize

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; }

Property Value

Type: Double
A value from 0 to 1. Default is 0.25. 0.4 is roughly equivalent to the AdaptiveThresholding command
Exceptions
ExceptionCondition
Thrown if the value is less than 0 or greater than 1.
See Also