forked from bartvdbraak/blender
17f6f7e2af
and which includes latest changes from Keir's branch. Hopefully it'll make backporting of changes back to main libmv repo easier.
13 lines
605 B
Diff
13 lines
605 B
Diff
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,
|