Class EvaluateBundleScene.InlierBucket

java.lang.Object
boofcv.alg.geo.bundle.EvaluateBundleScene.InlierBucket
Enclosing class:
EvaluateBundleScene

public static class EvaluateBundleScene.InlierBucket extends Object
  • Field Details

    • threshold

      public double threshold
      Inlier threshold
    • count

      public int count
      Number of observations below this threshold
  • Constructor Details

    • InlierBucket

      public InlierBucket(double threshold)
  • Method Details

    • isMember

      public boolean isMember(double errorSq)
    • clearCounts

      public void clearCounts()