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: a54f3dc44be76d5a6108834101fbf0ac0be8d43f (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 310660d..f819603 100644
--- a/src/libmv/simple_pipeline/bundle.cc
+++ b/src/libmv/simple_pipeline/bundle.cc
@@ -141,7 +141,6 @@ void Bundle(const Tracks &tracks, Reconstruction *reconstruction) {
   v3d_distortion.p2 = 0;
 
   // Finally, run the bundle adjustment.
-  V3D::optimizerVerbosenessLevel = 1;
   double const inlierThreshold = 500000.0;
   V3D::CommonInternalsMetricBundleOptimizer opt(V3D::FULL_BUNDLE_METRIC,
                                                 inlierThreshold,