Ellipse Fitting - An Efficient Implementation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 February 2009

  • curprev 02:0402:04, 6 February 2009 Canming talk contribs 970 bytes +970 New page: The following is a very efficient way to fit an Ellipse on an array of PointF. This function is part of the Emgu.CV.PointCollection class. <source lang="csharp"> /// <summary> /// Fit an...