Smoothing a hand-drawn curve
In spite of the importance of the curve-fitting problem and a literature going back more than thirty years, there has to date been no fully satisfactory solution. Existing approaches either fail to consistently produce the best result, are slow (unsuitable for interactive use), or both. - Fitting cubic Bézier curves (2021) / thesis / HN
- Smoothing a hand-drawn curve
- burningmime/curves - implementation of Philip J. Schneider’s least-squares method for fitting Bézier curves to a set of input data points / 2 / 3 - Algorithm for Automatically Fitting Digitized Curves - Philip J. Schneider’s C code / github / pastebin
- Approximating data with a multi segment cubic bezier curve and a distance as well as a curvature contraint
- krita code
Written on April 2, 2021, Last update on April 3, 2021
math
curve
drawing