Bezier curves is a type of curves defined by a series of controlling points. Using the acquired points, it is possible to obtain a Bezier curve that smooths the trajectory. Algorithmically,the Bezier curve is obtained using the Casteljau algorithm [10].