org.ddogleg.fitting.modelset
Interface ModelMatcherMulti<Point>
-
- Type Parameters:
Point- Type of data point being fitted.
- All Superinterfaces:
- ModelMatcher<java.lang.Object,Point>
- All Known Implementing Classes:
- RansacMulti
public interface ModelMatcherMulti<Point> extends ModelMatcher<java.lang.Object,Point>
Given a set of points and a set of models, it selects which model and model parameters best fits the points robustly. Some of the points are assumed to be noise and should be pruned. The set of points which fit the found parameters and their index in the input list are returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetModelIndex()Indicates which model was found to best fit the points.-
Methods inherited from interface org.ddogleg.fitting.modelset.ModelMatcher
getFitQuality, getInputIndex, getMatchSet, getMinimumSize, getModelParameters, process
-
-
DataMelt 3.0 © DataMelt by jWork.ORG