Uses of Class
org.anchoranalysis.mpp.mark.conic.Ellipsoid
Packages that use Ellipsoid
Package
Description
Marks implementing conic sections.Features related to points and fitting points to conics.
Fitting geometric structures to points.
CalculationPart related to fitting
ellipsoids to points by least-squares.-
Uses of Ellipsoid in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic with parameters of type EllipsoidModifier and TypeMethodDescriptionstatic double[]EllipsoidUtilities.normalisedRadii(Ellipsoid mark, Optional<Resolution> resolution) Calculates the normalized radii of an Ellipsoid mark, taking into account rotation and optional resolution.Constructors in org.anchoranalysis.mpp.mark.conic with parameters of type Ellipsoid -
Uses of Ellipsoid in org.anchoranalysis.plugin.points.bean.feature
Methods in org.anchoranalysis.plugin.points.bean.feature with parameters of type EllipsoidModifier and TypeMethodDescriptionprotected doubleAxisRatioEllipsoid.calculateWithEllipsoid(FeatureInputSingleObject input, Ellipsoid ellipsoid) protected abstract doubleEllipsoidBase.calculateWithEllipsoid(FeatureInputSingleObject input, Ellipsoid ellipsoid) Calculates a feature value based on the fittedEllipsoid.protected doubleEllipsoidicity.calculateWithEllipsoid(FeatureInputSingleObject input, Ellipsoid ellipsoid) -
Uses of Ellipsoid in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter with parameters of type EllipsoidModifier and TypeMethodDescriptionvoidFitResult.applyFitResultToMark(Ellipsoid mark, Dimensions sceneDim, double shell) Applies the fit result to anEllipsoidmark. -
Uses of Ellipsoid in org.anchoranalysis.plugin.points.calculate.ellipsoid
Methods in org.anchoranalysis.plugin.points.calculate.ellipsoid that return EllipsoidModifier and TypeMethodDescriptionstatic EllipsoidEllipsoidFactory.createMarkEllipsoidLeastSquares(CheckedSupplier<List<Point3i>, CreateException> opPoints, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoidusing least-squares fitting to a supplied list of points.static EllipsoidEllipsoidFactory.createMarkEllipsoidLeastSquares(ObjectMask object, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoidusing least-squares fitting to the points on the outline of anObjectMask.protected EllipsoidCalculateEllipsoidLeastSquares.execute(FeatureInputSingleObject input) static EllipsoidCalculateEllipsoidLeastSquares.of(FeatureCalculationInput<FeatureInputSingleObject> input, boolean suppressZCovariance) Calculates anEllipsoidfor the given input.