/curve-fitting

Least Squares, Total least Squares, RANSAC

Primary LanguagePythonMIT LicenseMIT

curve-fitting

Given a video of a ball flying through the air, we will fit a curve to the trajectory using Least Squares, Total least Squares and RANSAC

Clean Data

Clean Data

Results on Clean Data

clean results

Noisy Data

Noisy Data

Results on Noisy Data

noisy results

Check out report for details on implementation!