|
|
| File Information |
| Description |
This function uses the Least-Squares criterion for estimation of the best fit to an ellipse from a given set of points (x,y). The LS estimation is done for the conic representation of an ellipse (with a possible tilt).
Conic Ellipse representation = a*x^2+b*x*y+c*y^2+d*x+e*y+f=0
(Tilt/orientation for the ellipse occurs when the term x*y exists (i.e. b ~= 0))
Later, after the estimation, the tilt is removed from the ellipse (using a rotation matrix) and then, the rest of the parameters which describes an ellipse are extracted from the conic representation.
For debug purposes, the estimation can be drawn on top of a given axis handle.
Note:
1) This function does not work on a three-dimensional axis system. (only 2D)
2) At least 5 points are needed in order to estimate the 5 parameters of the ellipse.
3) If the data is a hyperbola or parabula, the function return empty fields and a status indication |
| MATLAB release |
MATLAB 6.1 (R12.1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (21) |
| 09 Apr 2003 |
Larry O'Neill
|
|
|
| 07 Jul 2003 |
Peter Delahunt
|
|
|
| 15 Jun 2004 |
P F
|
|
|
| 24 Aug 2004 |
Chaiyanan Sompong
|
|
|
| 26 Jan 2005 |
Eric Tittley
|
|
|
| 28 Feb 2005 |
Antje _
|
|
|
| 13 May 2005 |
Gita Adur
|
|
|
| 18 Jul 2005 |
Willem Van der Merwe
|
|
|
| 22 Jan 2007 |
Heikki Suhonen
|
|
|
| 14 Feb 2007 |
Sophie Jarlier
|
|
|
| 07 Sep 2007 |
Raimund Leitner
|
|
|
| 12 Dec 2007 |
Roy Pur
|
|
|
| 01 Mar 2008 |
a s
|
|
|
| 21 May 2008 |
Daniel Nilsson
|
|
|
| 26 Jul 2008 |
Dave Peake
|
|
|
| 10 Oct 2008 |
Kevin Shaw
|
|
|
| 19 Jan 2009 |
Samuel
|
|
|
| 05 Feb 2009 |
Sophie
|
|
|
| 05 Feb 2009 |
Sophie
|
|
|
| 06 Feb 2009 |
Sophie
|
|
|
| 10 Oct 2009 |
Raymond Cheng
|
|
|
| Updates |
| 21 Apr 2003 |
for ellipse with large axes, parameters "a" and/or "b", the fitting might not locate the orientation of the ellipse, especially if the angle is small.
to correct that, the test for the orientation_tolerance should be normalized. |
| 02 Oct 2003 |
1. added a test to identify if the data is a hyperbola or parabola - returned in the "status" field
2. the routine finds now the center point of the original (tilted) ellipse as well (fields "X0_in","Y0_in") |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com