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 void
PointsFitter.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 TypeMethodDescriptionvoid
LinearLeastSquaresEllipseFitter.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)