Uses of Class
imagingbook.common.geometry.ellipse.AlgebraicEllipse
Packages that use AlgebraicEllipse
Package
Description
-
Uses of AlgebraicEllipse in imagingbook.common.geometry.ellipse
Methods in imagingbook.common.geometry.ellipse that return AlgebraicEllipseMethods in imagingbook.common.geometry.ellipse with parameters of type AlgebraicEllipseModifier and TypeMethodDescriptionboolean
AlgebraicEllipse.equals
(AlgebraicEllipse other, double tolerance) static double[]
GeometricEllipse.getGeometricEllipseParameters
(AlgebraicEllipse ae) Calculates and returns the geometric ellipse parameters from a given algebraic ellipse (see Eqns.Constructors in imagingbook.common.geometry.ellipse with parameters of type AlgebraicEllipse -
Uses of AlgebraicEllipse in imagingbook.common.geometry.fitting.ellipse.algebraic
Methods in imagingbook.common.geometry.fitting.ellipse.algebraic that return AlgebraicEllipseModifier and TypeMethodDescriptiondefault AlgebraicEllipse
EllipseFitAlgebraic.getEllipse()
Returns a algebraic ellipse constructed from the estimated ellipse parameters.