bdhammel / least-squares-ellipse-fitting

Fitting an Ellipse using a Least Squares method, in Python
MIT License
148 stars 46 forks source link

Documentation/ellipse definition sometimes confusing #13

Closed b-neel closed 2 years ago

b-neel commented 3 years ago

Hi,

Nice code, very helpful, thanks for making it public!

I was a little confused by one point in the code, but so far as I could spot, it's only a docstring (minor) issue:

In the method as_parameters, those factors are implemented where needed, but wouldn't it be clearer to:

Happy holidays!

bdhammel commented 2 years ago

Thanks, should be solved in https://github.com/bdhammel/least-squares-ellipse-fitting/pull/19