Welcome to mirror list, hosted at ThFree Co, Russian Federation.

v3d_verbosity.patch « patches « libmv « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5c6afbd0b52cc34e4ad4e93e1e51c252ca3b4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/libmv/simple_pipeline/bundle.cc b/src/libmv/simple_pipeline/bundle.cc
index fa0b6cc..d382cd5 100644
--- a/src/libmv/simple_pipeline/bundle.cc
+++ b/src/libmv/simple_pipeline/bundle.cc
@@ -194,7 +194,6 @@ void EuclideanBundleCommonIntrinsics(const Tracks &tracks,
   double v3d_inlier_threshold = 500000.0;
 
   // Finally, run the bundle adjustment.
-  V3D::optimizerVerbosenessLevel = 1;
   V3D::CommonInternalsMetricBundleOptimizer opt(v3d_bundle_intrinsics,
                                                 v3d_inlier_threshold,
                                                 v3d_K,