Click or drag to resize
Accord.NET (logo)

DocumentSkewCheckerGetSkewAngle Method (UnmanagedImage)

Get skew angle of the provided document image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double GetSkewAngle(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Document's unmanaged image to get skew angle of.

Return Value

Type: Double
Returns document's skew angle. If the returned angle equals to -90, then document skew detection has failed.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
See Also