Skip to content

Contains Java classes to fit points to a polynomial expression of an ellipsoid.

Notifications You must be signed in to change notification settings

KalebKE/EllipsoidFit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

EllipsoidFit

Contains Java classes to fit points to a polynomial expression of an ellipsoid. EllipsoidFit uses an algorithm based on Yury Petrov's Ellipsoid Fit MATLAB script. The algorithm fits points from an ellipsoid to the polynomial expression Ax^2 + By^2 + Cz^2 + 2Dxy + 2Exz + 2Fyz + 2Gx + 2Hy + 2Iz = 1. The polynomial expression is then solved and the center and radii of the ellipse are determined. Photobucket

About

Contains Java classes to fit points to a polynomial expression of an ellipsoid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages