You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to implement this script into a bigger script. On the hyper least squares paper cited, the approach is applied to ellipses. I wanted to apply it too for ellispes. The process might well work for an ellipse using the code provided, however, it won't output the correct radius and doesn't include the eccentricity of the ellipse. Do you have any ideas for implementing this into the script?
The text was updated successfully, but these errors were encountered:
I don't have any plans for this. Strictly speaking, this is a circle-fitting library.. but I do see why ellipses would be helpful for a lot of users.
Please feel free to make some changes and open a pull request! This would be a big new feature for the library. I'm open to it but unfortunately I don't have time to implement this.
Hi, I wanted to implement this script into a bigger script. On the hyper least squares paper cited, the approach is applied to ellipses. I wanted to apply it too for ellispes. The process might well work for an ellipse using the code provided, however, it won't output the correct radius and doesn't include the eccentricity of the ellipse. Do you have any ideas for implementing this into the script?
The text was updated successfully, but these errors were encountered: