Uses of Interface
org.ddogleg.fitting.modelset.InlierFraction
-
Uses of InlierFraction in org.ddogleg.fitting.modelset.lmeds
Modifier 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