Package com.irurueta.numerical.robust
Interface MSACRobustEstimatorListener<T>
- Type Parameters:
T- type of object to be estimated
- All Superinterfaces:
LMedSRobustEstimatorListener<T>,RANSACRobustEstimatorListener<T>,RobustEstimatorListener<T>
Listener to get data samples and residuals for MSAC method
-
Method Summary
Methods inherited from interface com.irurueta.numerical.robust.LMedSRobustEstimatorListener
computeResidual, estimatePreliminarSolutions, getSubsetSize, getTotalSamplesMethods inherited from interface com.irurueta.numerical.robust.RANSACRobustEstimatorListener
getThresholdMethods inherited from interface com.irurueta.numerical.robust.RobustEstimatorListener
isReady, onEstimateEnd, onEstimateNextIteration, onEstimateProgressChange, onEstimateStart