Google
Deskew.DetectSkewAngle Method (CPointList, integer, integer)
Class
Pascal
class function DetectSkewAngle(points: CPointList; width: integer; height: integer): float; overload;
Description

class function DetectSkewAngle(bitmap: BitmapBW): float; overload; This method detects a skew angle of the given points using Hough transform. Angle detection range is restricted by -45..45 degrees. 

 

Returns estimated skew angle in radians. 

Hough transform

Related Information