Package org.ddogleg.fitting.modelset
Interface InlierThreshold
public interface InlierThreshold
Specifies a fit threshold for an inlier set based upon a maximum allowed error
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the inlier thresholdvoid
setThresholdFit
(double threshold) Specifies the "fit" criteria for inlier set as being equal to or less than this
-
Method Details
-
setThresholdFit
void setThresholdFit(double threshold) Specifies the "fit" criteria for inlier set as being equal to or less than this- Parameters:
threshold
- inlier threshold
-
getThresholdFit
double getThresholdFit()Returns the inlier threshold
-