No BSD License  

Highlights from
Ellipsoid Fitting

1.0

1.0 | 1 rating Rate this file 7 Downloads (last 30 days) File Size: 1.17 KB File ID: #23377
image thumbnail

Ellipsoid Fitting

by Q LI

 

20 Mar 2009

Two matlab files to demonstrate how to fit an ellipsoid directly to a set of 3D points.

| Watch this File

File Information
Description

The code implemented a special case of the ellipsoid fitting technique proposed in the paper Least Squares Ellipsoid Specific Fitting, corresponding to case k= 4. Just put the two files in the same directory and run "testFit4". You can change the noise level to observe the fitting accuracy and efficiency of the algorithm. It works well when the underlying shape characterized by the data points is quite spherical. However, if this is not the case, some modification is required. For the technical detail of the fitting method, please refer to the above mentioned paper, which can be found from the following webpage:
http://www2.computer.org/portal/web/csdl/doi?doc=abs/proceedings/gmp/2004/2078/00/20780335abs.htm

MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
29 Apr 2009 chuk Zhu

where I check your test, I find the values of the major, medium and short radius from the equation u^3 - I*u^2 + J * u - K = 0 have some problems...

Here I = a + b + c
J = ab+bc+ac-f^2 - g^2 - h^2
K = |a h g; h b f; g f c|;

from "least squares ellipsoid specific fitting" GMP-04

17 Oct 2011 Vladimir  
21 Dec 2011 Toni

Why is the size of the points in the testfit (11,6)?

Should it not be 11,3 for xyz?

what is the meaning here?

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
ellipsoid fitting Q LI 20 Mar 2009 13:22:03
mathematics Q LI 20 Mar 2009 13:22:03
the major and min radius of the ellipsoid chuk Zhu 29 Apr 2009 06:35:12
ellipsoid fitting Anatoly Fabrikant 05 Mar 2010 18:04:21
ellipsoid fitting muhamad 19 Aug 2011 07:29:32
mathematics muhamad 19 Aug 2011 07:29:45
the major and min radius of the ellipsoid muhamad 19 Aug 2011 07:30:24
ellipsoid fitting Ningning Zhang 30 Jan 2012 04:23:19

Contact us at files@mathworks.com