- Type Parameters:
I
- type of independent data
D
- type of dependent data
M
- concrete type of model learned
- All Superinterfaces:
- ModelFitting<I,D,M>
- All Known Implementing Classes:
- LMedS, RANSAC, RobustAffineTransformEstimator, RobustFundamentalEstimator, RobustHomographyEstimator, SimpleModelFitting
public interface RobustModelFitting<I,D,M extends Model<I,D>>
extends ModelFitting<I,D,M>
RobustModelFitting is an interface for fitting models that are able to
distinguish between inliers and outliers in the training data.
- Author:
- Jonathon Hare