Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.PointsFitter
Packages that use PointsFitter
Package
Description
Operations based on sets of points.
Parameters used to initialize certain types of beans.
Beans that fit or otherwise manipulate sets of points.
Fitting geometric structures to points.
-
Uses of PointsFitter in org.anchoranalysis.mpp.bean.points
Methods in org.anchoranalysis.mpp.bean.points that return PointsFitterModifier and TypeMethodDescriptionCreateMarkFromPoints.getPointsFitter()
Fits the provided mark to the extracted points.Methods in org.anchoranalysis.mpp.bean.points with parameters of type PointsFitterModifier and TypeMethodDescriptionvoid
CreateMarkFromPoints.setPointsFitter
(PointsFitter pointsFitter) Fits the provided mark to the extracted points. -
Uses of PointsFitter in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type PointsFitterModifier and TypeMethodDescriptionPointsInitialization.getPointFitters()
Store for point fitters. -
Uses of PointsFitter in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that return PointsFitterModifier and TypeMethodDescriptionFitPoints.getPointsFitter()
ThePointsFitter
used to fit points to a mark.Methods in org.anchoranalysis.plugin.points.bean with parameters of type PointsFitterModifier and TypeMethodDescriptionvoid
FitPoints.setPointsFitter
(PointsFitter pointsFitter) ThePointsFitter
used to fit points to a mark. -
Uses of PointsFitter in org.anchoranalysis.plugin.points.bean.fitter
Subclasses of PointsFitter in org.anchoranalysis.plugin.points.bean.fitterModifier and TypeClassDescriptionclass
Base class for conic fitters, providing common properties and methods.class
Fits a set of points to an ellipse using a linear least squares method.class
Fits an ellipsoid to points using a linear least squares approachclass
Base class for linear least squares fitting using the normal equation method.class
APointsFitter
that references anotherPointsFitter
by its ID.class
Reflects points in each axes if all points are within a certain distance from itMethods in org.anchoranalysis.plugin.points.bean.fitter that return PointsFitterModifier and TypeMethodDescriptionPointsFitterToMark.getPointsFitter()
ThePointsFitter
used to fit points to a mark.ReflectInAxesWithinDistance.getPointsFitter()
Methods in org.anchoranalysis.plugin.points.bean.fitter with parameters of type PointsFitterModifier and TypeMethodDescriptionvoid
PointsFitterToMark.setPointsFitter
(PointsFitter pointsFitter) ThePointsFitter
used to fit points to a mark.void
ReflectInAxesWithinDistance.setPointsFitter
(PointsFitter pointsFitter)