-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Andrés Solís Montero edited this page Oct 17, 2015
·
2 revisions
Constructs a curve that has the best fit to a series of an ordered set of points. Four algorithms are implemented:
- Quad + Bezier curve fitting
- Smooth Fitting
- Least square fitting
- Polygon fitting
./compile.sh
./run.sh
compile.bat
run.bat
Draw a set of points by holding the left click and moving around the application window. Once the mouse click is released the set of points is approximated by the selected algorithm.
Toggle between the algorithms with Ctrl + C.