Uses of Class
imagingbook.common.geometry.ellipse.GeometricEllipse
Packages that use GeometricEllipse
Package
Description
-
Uses of GeometricEllipse in imagingbook.common.geometry.ellipse
Methods in imagingbook.common.geometry.ellipse that return GeometricEllipseMethods in imagingbook.common.geometry.ellipse with parameters of type GeometricEllipseModifier and TypeMethodDescriptionbooleanGeometricEllipse.equals(GeometricEllipse other, double tolerance) Constructors in imagingbook.common.geometry.ellipse with parameters of type GeometricEllipse -
Uses of GeometricEllipse in imagingbook.common.geometry.ellipse.project
Constructors in imagingbook.common.geometry.ellipse.project with parameters of type GeometricEllipse -
Uses of GeometricEllipse in imagingbook.common.geometry.fitting.ellipse.geometric
Methods in imagingbook.common.geometry.fitting.ellipse.geometric that return GeometricEllipseModifier and TypeMethodDescriptionEllipseFitGeometric.getEllipse()Returns a geometric Ellipse ornullif the fit was unsuccessful.Methods in imagingbook.common.geometry.fitting.ellipse.geometric with parameters of type GeometricEllipseModifier and TypeMethodDescriptionstatic EllipseFitGeometricEllipseFitGeometric.getFit(EllipseFitGeometric.FitType type, Pnt2d[] points, GeometricEllipse initEllipse) Constructors in imagingbook.common.geometry.fitting.ellipse.geometric with parameters of type GeometricEllipseModifierConstructorDescriptionEllipseGeometricFitCoord(Pnt2d[] pts, GeometricEllipse initEllipse) EllipseGeometricFitCoord(Pnt2d[] pts, GeometricEllipse initEllipse, int maxEvaluations, int maxIterations, double tolerance, boolean syntheticDeriv) EllipseGeometricFitDist(Pnt2d[] pts, GeometricEllipse initEllipse) EllipseGeometricFitDist(Pnt2d[] pts, GeometricEllipse initEllipse, int maxEvaluations, int maxIterations, double tolerance, boolean syntheticDeriv) -
Uses of GeometricEllipse in imagingbook.common.geometry.fitting.ellipse.utils
Constructors in imagingbook.common.geometry.fitting.ellipse.utils with parameters of type GeometricEllipseModifierConstructorDescriptionEllipseSampler(GeometricEllipse ellipse) EllipseSampler(GeometricEllipse ellipse, long seed) -
Uses of GeometricEllipse in imagingbook.common.mser
Methods in imagingbook.common.mser that return GeometricEllipseModifier and TypeMethodDescriptionMserData.getEllipse()Returns the equivalent ellipse for the associated component. -
Uses of GeometricEllipse in imagingbook.common.regions
Methods in imagingbook.common.regions that return GeometricEllipseModifier and TypeMethodDescriptionBinaryRegion.getEquivalentEllipse()Calculates and returns this region's equivalent ellipse (see Sec. 8.6.3 of [1] for details).