Uses of Interface
org.ddogleg.fitting.modelset.InlierFraction
Packages that use InlierFraction
-
Uses of InlierFraction in org.ddogleg.fitting.modelset.lmeds
Classes in org.ddogleg.fitting.modelset.lmeds that implement InlierFractionModifier and TypeClassDescriptionclassLeastMedianOfSquares<Model,Point> Another technique similar to RANSAC known as Least Median of Squares (LMedS).classLeastMedianOfSquares_MT<Model,Point> Concurrent version ofLeastMedianOfSquares