Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 664 Bytes

BezierCurve

An algorithm which uses Bezier Curve to make some points into a smooth curve.

And this uses QT to implement this algorithm.

Algorithm

This is how the algorithm works from my blog: beziercurve blog of Yorling

Results

BeforePic2

After

Pic1

Before

Pic4

After

Pic3