Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.PointsFitterException
Packages that use PointsFitterException
Package
Description
Fitting structures to sets of points.
Fitting geometric structures to points.
-
Uses of PointsFitterException in org.anchoranalysis.mpp.bean.points.fitter
Methods in org.anchoranalysis.mpp.bean.points.fitter that throw PointsFitterExceptionModifier and TypeMethodDescriptionabstract void
PointsFitter.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) Fits a mark to a set of points within given dimensions. -
Uses of PointsFitterException in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that throw PointsFitterExceptionModifier and TypeMethodDescriptionprotected abstract void
LinearLeastSquaresViaNormalEquationBase.applyCoefficientsToMark
(cern.colt.matrix.DoubleMatrix2D matrixV, Mark mark, Dimensions dimensions) Applies the calculated coefficients to the mark.void
FitResult.applyFitResultToMark
(Ellipsoid mark, Dimensions sceneDim, double shell) Applies the fit result to anEllipsoid
mark.static FitResult
EllipsoidFitHelper.createFitResultFromMatrixAandCenter
(cern.colt.matrix.DoubleMatrix2D matrixA, cern.colt.matrix.DoubleMatrix2D matrixCenter, boolean suppressZCovariance) Creates aFitResult
from the matrix A and center matrix.void
LinearLeastSquaresEllipseFitter.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
LinearLeastSquaresEllipsoidFitter.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
LinearLeastSquaresViaNormalEquationBase.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
Reference.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
ReflectInAxesWithinDistance.fit
(List<Point3f> points, Mark mark, Dimensions dimensions)