Circle Fitting Info¶
Section author: Luke Frisken <l.frisken@gmail.com>
Least Squares¶
Circle Equation:
\((y - \beta_2)^2 + (x - \beta_1)^2 = \beta_0^2\)
\(y = \beta_2 \pm \sqrt{\beta_0^2 - (x - \beta_1)^2}\)
We want to constrain the circle to intersect with the lastest recorded point.
if \(y = \beta_2 \pm \sqrt{\beta_0^2 - (x - \beta_1)^2}\)