Uses of Class
org.anchoranalysis.mpp.mark.conic.Ellipsoid
Packages that use Ellipsoid
Package
Description
Mark
s 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 double
AxisRatioEllipsoid.calculateWithEllipsoid
(FeatureInputSingleObject input, Ellipsoid ellipsoid) protected abstract double
EllipsoidBase.calculateWithEllipsoid
(FeatureInputSingleObject input, Ellipsoid ellipsoid) Calculates a feature value based on the fittedEllipsoid
.protected double
Ellipsoidicity.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 TypeMethodDescriptionvoid
FitResult.applyFitResultToMark
(Ellipsoid mark, Dimensions sceneDim, double shell) Applies the fit result to anEllipsoid
mark. -
Uses of Ellipsoid in org.anchoranalysis.plugin.points.calculate.ellipsoid
Methods in org.anchoranalysis.plugin.points.calculate.ellipsoid that return EllipsoidModifier and TypeMethodDescriptionstatic Ellipsoid
EllipsoidFactory.createMarkEllipsoidLeastSquares
(CheckedSupplier<List<Point3i>, CreateException> opPoints, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoid
using least-squares fitting to a supplied list of points.static Ellipsoid
EllipsoidFactory.createMarkEllipsoidLeastSquares
(ObjectMask object, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoid
using least-squares fitting to the points on the outline of anObjectMask
.protected Ellipsoid
CalculateEllipsoidLeastSquares.execute
(FeatureInputSingleObject input) static Ellipsoid
CalculateEllipsoidLeastSquares.of
(FeatureCalculationInput<FeatureInputSingleObject> input, boolean suppressZCovariance) Calculates anEllipsoid
for the given input.