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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-05-09 20:38:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-05-09 20:38:43 +0400
commit4f5f97254c06e0043b34df9a689dc45899c011cc (patch)
tree4f3c11d4a59a08f5ffc5a925eb23d3706d52d2c1 /extern/libmv/files.txt
parent522eeaa6a0cd41f9193e42afb1907743101810c9 (diff)
Reconstructed scene scale ambiguity improvement
Made it so reconstructed scene always scaled in a way that variance of camera centers is unity. This solves "issues" when different keyframes will give the same reprojection error but will give scenes with different.scale, which could easily have been considered as a bad keyframe combination. This change is essential for automatic keyframe selection algorithm to work reliable for user.
Diffstat (limited to 'extern/libmv/files.txt')
-rw-r--r--extern/libmv/files.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/libmv/files.txt b/extern/libmv/files.txt
index d77d0ea8147..426b6db41fc 100644
--- a/extern/libmv/files.txt
+++ b/extern/libmv/files.txt
@@ -52,6 +52,8 @@ libmv/simple_pipeline/pipeline.cc
libmv/simple_pipeline/pipeline.h
libmv/simple_pipeline/reconstruction.cc
libmv/simple_pipeline/reconstruction.h
+libmv/simple_pipeline/reconstruction_scale.cc
+libmv/simple_pipeline/reconstruction_scale.h
libmv/simple_pipeline/resect.cc
libmv/simple_pipeline/resect.h
libmv/simple_pipeline/tracks.cc