Package boofcv.alg.geo.bundle
Class EvaluateBundleScene.InlierBucket
java.lang.Object
boofcv.alg.geo.bundle.EvaluateBundleScene.InlierBucket
- Enclosing class:
- EvaluateBundleScene
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
threshold
public double thresholdInlier threshold -
count
public int countNumber of observations below this threshold
-
-
Constructor Details
-
InlierBucket
public InlierBucket(double threshold)
-
-
Method Details
-
isMember
public boolean isMember(double errorSq) -
clearCounts
public void clearCounts()
-