Skip to content

Fitting an ellipse through a set of points

Notifications You must be signed in to change notification settings

kortenkamp/fit_ellipse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitting an Ellipse to a Set of Data Points

This python program fits an ellipse through a given set of points. This ellips is optimal in the least squares sense.

The code is documented in fit_ellipse.pdf.

I use pythontex to make the pdf from the latex file (first pdflatex, then pythontex, then pdflatex again). See the docs of pythontex. BTW, pythotex is really useful. I use it all the time.

The source of the code can be found in fitEllipse.tex.

Before moving this code to github, it was available at http://nicky.vanforeest.com/misc/fitEllipse/fitEllipse.html.

About

Fitting an ellipse through a set of points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 59.2%
  • Python 40.8%