|
DocumentSkewCheckerGetSkewAngle Method (Bitmap)
|
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(
Bitmap image
)
Public Function GetSkewAngle (
image As Bitmap
) As Double
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
Document's image to get skew angle of.
Return Value
Type:
DoubleReturns document's skew angle. If the returned angle equals to -90,
then document skew detection has failed.
Exceptions See Also