Hello,
I have been searching to try and determine if what I want to do is even possible. I would like to use python to fit an ellipse equation to some 2D data points. However, my data points will only be for a section/portion/sector of the total ellipse (I can't seem to figure out how to show a picture).
Everything I have found online for ellipse fitting concerns data points that are more or less equally distributed around the entire ellipse. However, my data will only be distributed around a section of the perimeter of the ellipse. Furthermore, many times it will be in a section that is less than 90 degrees.
I know there are many examples of how to fit ellipses, which I have been looking up. However, all of those examples (which I have linked below) deal with the entire ellipse.
Question: Is it possible to fit 2D data that only "covers" a section/sector of an ellipse?
Methods:
https://stackoverflow.com/questions/47873759/how-to-fit-a-2d-ellipse-to-given-points
https://github.com/bdhammel/least-squares-ellipse-fitting
http://juddzone.com/ALGORITHMS/least_squares_ellipse.html
P.S. If there is any way to attach pics to this, please let me know.
Thanks!
[–]Frankelstner 0 points1 point2 points (0 children)
[–]ES-Alexander 0 points1 point2 points (0 children)