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@blender.org>2020-10-13 12:32:35 +0300
committerSergey Sharybin <sergey@blender.org>2020-10-20 16:02:50 +0300
commit549841bbc0910d180608eb72b21aeed0a6ce539b (patch)
tree0d94833e6e8b3b27435d6ff908c64bda00ca4616 /intern/libmv/CMakeLists.txt
parent151173fefe498ac102fb7c861148782e6ec914b5 (diff)
Libmv: Add generic class for packed intrinsics
This is a common class which can be used in all sort of minimization problems which needs camera intrinsics as a parameter block. Currently unused, but will replace a lot of hard-coded logic in the bundle adjustment code.
Diffstat (limited to 'intern/libmv/CMakeLists.txt')
-rw-r--r--intern/libmv/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/libmv/CMakeLists.txt b/intern/libmv/CMakeLists.txt
index 3e2ca8329a4..b372cfe92bb 100644
--- a/intern/libmv/CMakeLists.txt
+++ b/intern/libmv/CMakeLists.txt
@@ -111,6 +111,7 @@ if(WITH_LIBMV)
libmv/simple_pipeline/intersect.cc
libmv/simple_pipeline/keyframe_selection.cc
libmv/simple_pipeline/modal_solver.cc
+ libmv/simple_pipeline/packed_intrinsics.cc
libmv/simple_pipeline/pipeline.cc
libmv/simple_pipeline/reconstruction.cc
libmv/simple_pipeline/reconstruction_scale.cc
@@ -192,6 +193,7 @@ if(WITH_LIBMV)
libmv/simple_pipeline/intersect.h
libmv/simple_pipeline/keyframe_selection.h
libmv/simple_pipeline/modal_solver.h
+ libmv/simple_pipeline/packed_intrinsics.h
libmv/simple_pipeline/pipeline.h
libmv/simple_pipeline/reconstruction.h
libmv/simple_pipeline/reconstruction_scale.h