Package boofcv.alg.geo.bundle
Class EvaluateBundleScene
java.lang.Object
boofcv.alg.geo.bundle.EvaluateBundleScene
Evaluates the quality of a reconstruction based on various factors.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected BundleAdjustmentMetricResidualFunction
protected List<EvaluateBundleScene.InlierBucket>
Statistics for how many inliers were observed at different thresholds -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.void
evaluate
(SceneStructureMetric scene, SceneObservations observations) Evaluates the scene and computes performance statisticsvoid
printSummary
(PrintStream out)
-
Field Details
-
functionResiduals
-
inlierStats
Statistics for how many inliers were observed at different thresholds
-
-
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
Evaluates the scene and computes performance statistics -
printSummary
-