Package org.ddogleg.fitting.modelset
package org.ddogleg.fitting.modelset
-
ClassDescriptionDistanceFromModel<Model,
Point> Computes the distance a sample point is from the provided model.Specifies inlier set as a fractionSpecifies a fit threshold for an inlier set based upon a maximum allowed errorModelCodec<T>Used to convert a model to and from an array parameterized format.ModelFitter<Model,Point> Computes a model from a set of points and optionally an initial estimate.ModelGenerator<Model,Point> Given a set of points create a model hypothesis.ModelManager<Model>Can be used to create new instances of a model and copy the value of one model into anotherDefault model manager.ModelMatcher<Model,Point> Given a set of points and it finds a set of model parameters which fit the data robustly.ModelMatcherMulti<Point>Given a set of points and a set of models, it selects which model and model parameters best fits the points robustly.ModelMatcherPost<Model,Point> Extension ofModelMatcher
where the models are specified after construction.