bdhammel / least-squares-ellipse-fitting

Fitting an Ellipse using a Least Squares method, in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fit with fixed center

Greveling opened this issue · comments

Great piece of code! Is it by any chance possible to fit using a fixed center for the ellipse?

I'm not sure, it definitely would not be trivial. I'm going to leave the ticket open to try to remind myself to experiment with it.