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 TypeClassDescriptionclass
LeastMedianOfSquares<Model,
Point> Another technique similar to RANSAC known as Least Median of Squares (LMedS).class
LeastMedianOfSquares_MT<Model,
Point> Concurrent version ofLeastMedianOfSquares