java.lang.Object
imagingbook.common.geometry.fitting.ellipse.algebraic.EllipseFit5Points
All Implemented Interfaces:
EllipseFitAlgebraic

public class EllipseFit5Points extends Object implements EllipseFitAlgebraic
Performs an exact ellipse fit to 5 given points. If the fit is unsuccessful, getParameters() returns null. The underlying algorithm is described in Section F.3.3 of [1].

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/11/17