|
DocumentSkewCheckerGetSkewAngle Method (BitmapData, Rectangle)
|
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(
BitmapData imageData,
Rectangle rect
)
Public Function GetSkewAngle (
imageData As BitmapData,
rect As Rectangle
) As Double
Request Example
View SourceParameters
- imageData
- Type: System.Drawing.ImagingBitmapData
Document's image data to get skew angle of. - rect
- Type: System.DrawingRectangle
Image's rectangle to process (used to exclude processing of
regions, which are not relevant to skew detection).
Return Value
Type:
DoubleReturns document's skew angle. If the returned angle equals to -90,
then document skew detection has failed.
Exceptions See Also