dsandbrink / EllipsoidFit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%