Class EvaluateBundleScene

java.lang.Object
boofcv.alg.geo.bundle.EvaluateBundleScene

public class EvaluateBundleScene extends Object
Evaluates the quality of a reconstruction based on various factors.
  • Field Details

  • Constructor Details

    • EvaluateBundleScene

      public EvaluateBundleScene()
  • Method Details

    • addInliers

      public void addInliers(double... thresholds)
      Add the inlier threshold values where you want to compute how many observations would be considered an inlier if you had the following thresholds.
    • evaluate

      public void evaluate(SceneStructureMetric scene, SceneObservations observations)
      Evaluates the scene and computes performance statistics
    • printSummary

      public void printSummary(PrintStream out)