Click or drag to resize

AutoDeskewCommandCoverage Property

Represents the percentage of the image that will be randomly sampled when determining the skew angle.

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

Property Value

Type: Double
A value representing the percent of coverage from 0 to 100.
Exceptions
ExceptionCondition
Thrown if the value is less than 0 or greater than 100.
Remarks

Given the random nature of the coverage, low values result in must faster performance than 100% coverage with generally the same results. A default value of 8 was derived after tests with many images. This results in accurate skew angle detection with fast speed. This property is exposed for edge cases where 8 is not sufficient. When accuracy is of utmost importance at the expense of speed, set this value to 100.

See Also