Research Article

Cubic Bezier Curve Approach for Automated Offline Signature Verification with Intrusion Identification

Algorithm 3

(1)    Function GET PARAM ETERS(Image s1)
(2)   Begin
(3)  Get Curves BezierCurves = GetCurves(s1)
(4)  for each (Curve BC in BezierCurves)
(5)  Plot the BC in the graph
(6)  end for
(7)  ControllingPoints andStart-EndPoint = GetControllingAndStart-EndPoint(BC);
(8)    Plot Start-End points and Controlling Points
(9)    Find Regional Slope constant)
(10)  Find Controlling Slope
(11)   Find Midpoint of Regional Slope:
(12)  Find Midpoint of Controlling Slope:
(13)  Find Distance:
(14) End