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 voidPointsFitter.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 voidLinearLeastSquaresViaNormalEquationBase.applyCoefficientsToMark(cern.colt.matrix.DoubleMatrix2D matrixV, Mark mark, Dimensions dimensions) Applies the calculated coefficients to the mark.voidFitResult.applyFitResultToMark(Ellipsoid mark, Dimensions sceneDim, double shell) Applies the fit result to anEllipsoidmark.static FitResultEllipsoidFitHelper.createFitResultFromMatrixAandCenter(cern.colt.matrix.DoubleMatrix2D matrixA, cern.colt.matrix.DoubleMatrix2D matrixCenter, boolean suppressZCovariance) Creates aFitResultfrom the matrix A and center matrix.voidLinearLeastSquaresEllipseFitter.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidLinearLeastSquaresEllipsoidFitter.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidLinearLeastSquaresViaNormalEquationBase.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidReference.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidReflectInAxesWithinDistance.fit(List<Point3f> points, Mark mark, Dimensions dimensions)