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 TypeMethodDescriptionbooleanAlgebraicEllipse.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. 19-23 at http://mathworld.wolfram.com/Ellipse.html).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 AlgebraicEllipseEllipseFitAlgebraic.getEllipse()Returns a algebraic ellipse constructed from the estimated ellipse parameters.