Uses of Package
org.ddogleg.fitting.modelset
Package
Description
-
ClassDescriptionGiven a set of points create a model hypothesis.Can be used to create new instances of a model and copy the value of one model into anotherGiven a set of points and it finds a set of model parameters which fit the data robustly.
-
ClassDescriptionComputes the distance a sample point is from the provided model.Used to convert a model to and from an array parameterized format.Given a set of points create a model hypothesis.Can be used to create new instances of a model and copy the value of one model into anotherGiven a set of points and it finds a set of model parameters which fit the data robustly.
-
ClassDescriptionSpecifies inlier set as a fractionGiven a set of points create a model hypothesis.Can be used to create new instances of a model and copy the value of one model into anotherGiven a set of points and it finds a set of model parameters which fit the data robustly.Extension of
ModelMatcher
where the models are specified after construction. -
ClassDescriptionComputes the distance a sample point is from the provided model.Specifies a fit threshold for an inlier set based upon a maximum allowed errorGiven a set of points create a model hypothesis.Can be used to create new instances of a model and copy the value of one model into anotherGiven a set of points and it finds a set of model parameters which fit the data robustly.Given a set of points and a set of models, it selects which model and model parameters best fits the points robustly.Extension of
ModelMatcher
where the models are specified after construction.