Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.InsufficientPointsException
Packages that use InsufficientPointsException
Package
Description
Fitting structures to sets of points.
Fitting geometric structures to points.
-
Uses of InsufficientPointsException in org.anchoranalysis.mpp.bean.points.fitter
Methods in org.anchoranalysis.mpp.bean.points.fitter that throw InsufficientPointsExceptionModifier and TypeMethodDescriptionabstract voidPointsFitter.fit(List<Point3f> points, Mark mark, Dimensions dimensions) Fits a mark to a set of points within given dimensions. -
Uses of InsufficientPointsException in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that throw InsufficientPointsExceptionModifier and TypeMethodDescriptionvoidLinearLeastSquaresEllipseFitter.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)