openMVG / openMVG

open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Mozilla Public License 2.0
5.67k stars 1.67k forks source link

sfm_data.bin not created #1410

Closed Muminpappan closed 4 years ago

Muminpappan commented 5 years ago

I am trying to create a 3d model from several images and found that some people use openMVG + openMVS. But when I try to use either the SfM_SequentialPipeline.py, SfM_GlobalPipeline.py or tutorial_demo.py it says that it cannot read sfm_data.bin. It seems like sfm_data.bin is never created, but I can't figure out why... Any ideas? I am running it on the Ubuntu 16.04 app for Windows 10. This is the messages I see if I run tutorial_demo.py:

('Using input dir  : ', '/home/erik16/openMVG_Build/software/SfM/ImageDataset_SceauxCastle/images')                                                                                               ('      output_dir : ', '/home/erik16/openMVG_Build/software/SfM/tutorial_out')                                                                                                                   1. Intrinsics analysis                                                                                                                                                                             You called :                                                                                                                                                                                     /home/erik16/openMVG_Build/Linux-x86_64-RELEASE/openMVG_main_SfMInit_ImageListing                                                                                                                 --imageDirectory /home/erik16/openMVG_Build/software/SfM/ImageDataset_SceauxCastle/images                                                                                                         --sensorWidthDatabase /home/erik16/openMVG/src/software/SfM/../../openMVG/exif/sensor_width_database/sensor_width_camera_database.txt                                                             --outputDirectory /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches                                                                                                                    --focal -1                                                                                                                                                                                        --intrinsics                                                                                                                                                                                      --camera_model 3                                                                                                                                                                                  --group_camera_model 1                                                                                                                                                                                                                                                                                                                                                                              - Image listing -                                                                                                                                                                                 0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                                                                                                                                                                                                                                 Warning & Error messages:                                                                                                                                                                         K.txt: Unkown image file format.                                                                                                                                                                  Readme.txt: Unkown image file format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 SfMInit_ImageListing report:                                                                                                                                                                      listed #File(s): 13                                                                                                                                                                               usable #File(s) listed in sfm_data: 11                                                                                                                                                            usable #Intrinsic(s) listed in sfm_data: 1                                                                                                                                                        2. Compute features                                                                                                                                                                                You called :                                                                                                                                                                                     /home/erik16/openMVG_Build/Linux-x86_64-RELEASE/openMVG_main_ComputeFeatures                                                                                                                      --input_file /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches/sfm_data.json                                                                                                           --outdir /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches                                                                                                                             --describerMethod SIFT                                                                                                                                                                            --upright 0                                                                                                                                                                                       --describerPreset NORMAL                                                                                                                                                                          --force 1                                                                                                                                                                                         --numThreads 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        - EXTRACT FEATURES -                                                                                                                                                                              0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                               Task done in (s): 74                                                                                                                                                                              2. Compute matches                                                                                                                                                                                 You called :                                                                                                                                                                                     /home/erik16/openMVG_Build/Linux-x86_64-RELEASE/openMVG_main_ComputeMatches                                                                                                                       --input_file /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches/sfm_data.json                                                                                                           --out_dir /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches                                                                                                                            Optional parameters:                                                                                                                                                                              --force 1                                                                                                                                                                                         --ratio 0.8                                                                                                                                                                                       --geometric_model f                                                                                                                                                                               --video_mode_matching -1                                                                                                                                                                          --pair_list                                                                                                                                                                                       --nearest_matching_method ANNL2                                                                                                                                                                   --guided_matching 0                                                                                                                                                                               --cache_size unlimited                                                                                                                                                                                                                                                                                                                                                                              - Regions Loading -                                                                                                                                                                               0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                                                                                                                                                                                                                                  - PUTATIVE MATCHES -                                                                                                                                                                             Use: exhaustive pairwise matching                                                                                                                                                                 Using ANN_L2 matcher                                                                                                                                                                              Using the OPENMP thread interface                                                                                                                                                                                                                                                                                                                                                                   - Matching -                                                                                                                                                                                      0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                               Task (Regions Matching) done in (s): 7                                                                                                                                                                                                                                                                                                                                                              - Geometric filtering -                                                                                                                                                                           0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                               Task done in (s): 0                                                                                                                                                                                                                                                                                                                                                                                  Export Adjacency Matrix of the pairwise's geometric matches                                                                                                                                      3. Do Incremental/Sequential reconstruction                                                                                                                                                       Sequential/Incremental reconstruction                                                                                                                                                              Perform incremental SfM (Initial Pair Essential + Resection).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        - Features Loading -                                                                                                                                                                              0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                                                                                                                                                                                                                                 Track building                                                                                                                                                                                                                                                                                                                                                                                      Track filtering                                                                                                                                                                                                                                                                                                                                                                                     Track export to internal struct                                                                                                                                                                                                                                                                                                                                                                     Track stats                                                                                                                                                                                       ------------------                                                                                                                                                                                -- Tracks Stats --                                                                                                                                                                                 Tracks number: 6536                                                                                                                                                                               Images Id:                                                                                                                                                                                       0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,                                                                                                                                                                 ------------------                                                                                                                                                                                TrackLength, Occurrence                                                                                                                                                                                   2       3023                                                                                                                                                                                      3       1275                                                                                                                                                                                      4       731                                                                                                                                                                                       5       478                                                                                                                                                                                       6       297                                                                                                                                                                                       7       246                                                                                                                                                                                       8       219                                                                                                                                                                                       9       171                                                                                                                                                                                       10      73                                                                                                                                                                                        11      23                                                                                                                                                                                                                                                                                                                                                                                  Automatic selection of an initial pair:                                                                                                                                                           0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                               A-Contrario initial pair residual: 25.3654                                                                                                                                                        block_sparse_matrix.cc:80 Allocating values array with 105408 bytes.                                                                                                                              detect_structure.cc:113 Schur complement static structure <2,3,6>.                                                                                                                                detect_structure.cc:113 Schur complement static structure <2,3,6>.                                                                                                                                5. Colorize Structure                                                                                                                                                                                                                                                                                                                                                                               The input SfM_Data file "/home/erik16/openMVG_Build/software/SfM/tutorial_out/reconstruction_sequential/sfm_data.bin" cannot be read.                                                             4. Structure from Known Poses (robust triangulation)                                                                                                                                              Compute Structure from the provided poses                                                                                                                                                                                                                                                                                                                                                           The input SfM_Data file "/home/erik16/openMVG_Build/software/SfM/tutorial_out/reconstruction_sequential/sfm_data.bin" cannot be read.                                                             2. Compute matches (for the global SfM Pipeline)                                                                                                                                                   You called :                                                                                                                                                                                     /home/erik16/openMVG_Build/Linux-x86_64-RELEASE/openMVG_main_ComputeMatches                                                                                                                       --input_file /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches/sfm_data.json                                                                                                           --out_dir /home/erik16/openMVG_Build/software/SfM/tutorial_out/matches                                                                                                                            Optional parameters:                                                                                                                                                                              --force 0                                                                                                                                                                                         --ratio 0.8                                                                                                                                                                                       --geometric_model e                                                                                                                                                                               --video_mode_matching -1                                                                                                                                                                          --pair_list                                                                                                                                                                                       --nearest_matching_method AUTO                                                                                                                                                                    --guided_matching 0                                                                                                                                                                               --cache_size unlimited                                                                                                                                                                                                                                                                                                                                                                              - Regions Loading -                                                                                                                                                                               0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                                                                                                                                                                                                                                  - PUTATIVE MATCHES -                                                                                                                                                                                      PREVIOUS RESULTS LOADED; #pair: 55                                                                                                                                                                                                                                                                                                                                                         - Geometric filtering -                                                                                                                                                                           0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                               Task done in (s): 1                                                                                                                                                                                                                                                                                                                                                                                  Export Adjacency Matrix of the pairwise's geometric matches                                                                                                                                      3. Do Global reconstruction                                                                                                                                                                                                                                                                                                                                                                         -----------------------------------------------------------                                                                                                                                       Global Structure from Motion:                                                                                                                                                                     -----------------------------------------------------------                                                                                                                                       Open Source implementation of the paper:                                                                                                                                                          "Global Fusion of Relative Motions for Robust, Accurate and Scalable Structure from Motion."                                                                                                      Pierre Moulon, Pascal Monasse and Renaud Marlet.  ICCV 2013.                                                                                                                                      ------------------------------------------------------------                                                                                                                                                                                                                                                                                                                                        - Features Loading -                                                                                                                                                                              0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ***************************************************                                                                                                                                                                                                                                                                                                                                                 CleanGraph_KeepLargestBiEdge_Nodes():: => connected Component: 1                                                                                                                                  Connected component of size: 11                                                                                                                                                                                                                                                                                                                                                                     - Relative pose computation -                                                                                                                                                                     0%   10   20   30   40   50   60   70   80   90   100%                                                                                                                                            |----|----|----|----|----|----|----|----|----|----|                                                                                                                                               ******block_sparse_matrix.cc:80 Allocating values array with 150048 bytes.                                                                                                                        detect_structure.cc:113 Schur complement static structure <2,3,6>.                                                                                                                                detect_structure.cc:113 Schur complement static structure <2,3,6>.                                                                                                                                5. Colorize Structure                                                                                                                                                                                                                                                                                                                                                                               The input SfM_Data file "/home/erik16/openMVG_Build/software/SfM/tutorial_out/reconstruction_global/sfm_data.bin" cannot be read.                                                                 4. Structure from Known Poses (robust triangulation)                                                                                                                                              Compute Structure from the provided poses                                                                                                                                                                                                                                                                                                                                                           The input SfM_Data file "/home/erik16/openMVG_Build/software/SfM/tutorial_out/reconstruction_global/sfm_data.bin" cannot be read.

Edit: sorry for the bad formatting of my error messages, I don't know how to show them better...

Muminpappan commented 5 years ago

When I install it on Windows instead of in the Ubuntu environment it seems to work

pmoulon commented 5 years ago

From what I see the error is happening in here:

******block_sparse_matrix.cc:80 Allocating values array with 150048 bytes.
detect_structure.cc:113 Schur complement static structure <2,3,6>.
detect_structure.cc:113 Schur complement static structure <2,3,6>.

and for me this is a ceres error. Can you display here the log output of cmake configure, I would like to see if you are using the internal or an external ceres?

Muminpappan commented 5 years ago

I'm not 100 % sure which file you want but here is the CMakeOutput.log and CMakeError.log found in my openMVG_build folder

CMakeOutput.log CMakeError.log

pmoulon commented 5 years ago

I want to see the output when you ran cmake to configure and compile OpenMVG. You can launch cmake again and copy paste here the log.

Muminpappan commented 5 years ago

Following the build guide, this line "cmake -DCMAKE_BUILD_TYPE=RELEASE ../openMVG/src/" gives: (Sorry again for the bad format, I don't know how to copy paste the output with better formatting...)

-- The C compiler identification is GNU 5.4.0                                                  -- The CXX compiler identification is GNU 5.4.0                                                -- Check for working C compiler: /usr/bin/cc                                                   -- Check for working C compiler: /usr/bin/cc -- works                                          -- Detecting C compiler ABI info                                                               -- Detecting C compiler ABI info - done                                                        -- Detecting C compile features                                                                -- Detecting C compile features - done                                                         -- Check for working CXX compiler: /usr/bin/c++                                                -- Check for working CXX compiler: /usr/bin/c++ -- works                                       -- Detecting CXX compiler ABI info                                                             -- Detecting CXX compiler ABI info - done                                                      -- Detecting CXX compile features                                                              -- Detecting CXX compile features - done                                                       -- target changed from "" to "auto"                                                            -- Detected CPU: haswell                                                                       -- Performing Test check_c_compiler_flag__march_haswell                                        -- Performing Test check_c_compiler_flag__march_haswell - Success                              -- Performing Test check_cxx_compiler_flag__march_haswell                                      -- Performing Test check_cxx_compiler_flag__march_haswell - Success                            -- Performing Test check_c_compiler_flag__msse2                                                -- Performing Test check_c_compiler_flag__msse2 - Success                                      -- Performing Test check_cxx_compiler_flag__msse2                                              -- Performing Test check_cxx_compiler_flag__msse2 - Success                                    -- Performing Test check_c_compiler_flag__msse3                                                -- Performing Test check_c_compiler_flag__msse3 - Success                                      -- Performing Test check_cxx_compiler_flag__msse3                                              -- Performing Test check_cxx_compiler_flag__msse3 - Success                                    -- Looking for C++ include pmmintrin.h                                                         -- Looking for C++ include pmmintrin.h - found                                                 -- Performing Test check_c_compiler_flag__mssse3                                               -- Performing Test check_c_compiler_flag__mssse3 - Success                                     -- Performing Test check_cxx_compiler_flag__mssse3                                             -- Performing Test check_cxx_compiler_flag__mssse3 - Success                                   -- Looking for C++ include tmmintrin.h                                                         -- Looking for C++ include tmmintrin.h - found                                                 -- Performing Test check_c_compiler_flag__msse4_1                                              -- Performing Test check_c_compiler_flag__msse4_1 - Success                                    -- Performing Test check_cxx_compiler_flag__msse4_1                                            -- Performing Test check_cxx_compiler_flag__msse4_1 - Success                                  -- Looking for C++ include smmintrin.h                                                         -- Looking for C++ include smmintrin.h - found                                                 -- Performing Test check_c_compiler_flag__msse4_2                                              -- Performing Test check_c_compiler_flag__msse4_2 - Success                                    -- Performing Test check_cxx_compiler_flag__msse4_2                                            -- Performing Test check_cxx_compiler_flag__msse4_2 - Success                                  -- Performing Test check_c_compiler_flag__mavx                                                 -- Performing Test check_c_compiler_flag__mavx - Success                                       -- Performing Test check_cxx_compiler_flag__mavx                                               -- Performing Test check_cxx_compiler_flag__mavx - Success                                     -- Looking for C++ include immintrin.h                                                         -- Looking for C++ include immintrin.h - found                                                 -- Performing Test check_c_compiler_flag__mfma                                                 -- Performing Test check_c_compiler_flag__mfma - Success                                       -- Performing Test check_cxx_compiler_flag__mfma                                               -- Performing Test check_cxx_compiler_flag__mfma - Success                                     -- Performing Test check_c_compiler_flag__mbmi2                                                -- Performing Test check_c_compiler_flag__mbmi2 - Success                                      -- Performing Test check_cxx_compiler_flag__mbmi2                                              -- Performing Test check_cxx_compiler_flag__mbmi2 - Success                                    -- Performing Test check_c_compiler_flag__mavx2                                                -- Performing Test check_c_compiler_flag__mavx2 - Success                                      -- Performing Test check_cxx_compiler_flag__mavx2                                              -- Performing Test check_cxx_compiler_flag__mavx2 - Success                                    -- Performing Test check_c_compiler_flag__mno_sse4a                                            -- Performing Test check_c_compiler_flag__mno_sse4a - Success                                  -- Performing Test check_cxx_compiler_flag__mno_sse4a                                          -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success                                -- Performing Test check_c_compiler_flag__mno_xop                                              -- Performing Test check_c_compiler_flag__mno_xop - Success                                    -- Performing Test check_cxx_compiler_flag__mno_xop                                            -- Performing Test check_cxx_compiler_flag__mno_xop - Success                                  -- Performing Test check_c_compiler_flag__mno_fma4                                             -- Performing Test check_c_compiler_flag__mno_fma4 - Success                                   -- Performing Test check_cxx_compiler_flag__mno_fma4                                           -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success                                 -- Performing Test check_c_compiler_flag__mno_avx512f                                          -- Performing Test check_c_compiler_flag__mno_avx512f - Success                                -- Performing Test check_cxx_compiler_flag__mno_avx512f                                        -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success                              -- Performing Test check_c_compiler_flag__mno_avx512vl                                         -- Performing Test check_c_compiler_flag__mno_avx512vl - Success                               -- Performing Test check_cxx_compiler_flag__mno_avx512vl                                       -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success                             -- Performing Test check_c_compiler_flag__mno_avx512pf                                         -- Performing Test check_c_compiler_flag__mno_avx512pf - Success                               -- Performing Test check_cxx_compiler_flag__mno_avx512pf                                       -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success                             -- Performing Test check_c_compiler_flag__mno_avx512er                                         -- Performing Test check_c_compiler_flag__mno_avx512er - Success                               -- Performing Test check_cxx_compiler_flag__mno_avx512er                                       -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success                             -- Performing Test check_c_compiler_flag__mno_avx512cd                                         -- Performing Test check_c_compiler_flag__mno_avx512cd - Success                               -- Performing Test check_cxx_compiler_flag__mno_avx512cd                                       -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success                             -- Performing Test check_c_compiler_flag__mno_avx512dq                                         -- Performing Test check_c_compiler_flag__mno_avx512dq - Success                               -- Performing Test check_cxx_compiler_flag__mno_avx512dq                                       -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success                             -- Performing Test check_c_compiler_flag__mno_avx512bw                                         -- Performing Test check_c_compiler_flag__mno_avx512bw - Success                               -- Performing Test check_cxx_compiler_flag__mno_avx512bw                                       -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success                             -- Performing Test check_c_compiler_flag__mno_avx512ifma                                       -- Performing Test check_c_compiler_flag__mno_avx512ifma - Success                             -- Performing Test check_cxx_compiler_flag__mno_avx512ifma                                     -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success                           -- Performing Test check_c_compiler_flag__mno_avx512vbmi                                       -- Performing Test check_c_compiler_flag__mno_avx512vbmi - Success                             -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi                                     -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success                           -- Checking for C++11 compiler                                                                 -- Checking for C++11 compiler - available                                                     -- Try OpenMP C flag = [-fopenmp]                                                              -- Performing Test OpenMP_FLAG_DETECTED                                                        -- Performing Test OpenMP_FLAG_DETECTED - Success                                              -- Try OpenMP CXX flag = [-fopenmp]                                                            -- Performing Test OpenMP_FLAG_DETECTED                                                        -- Performing Test OpenMP_FLAG_DETECTED - Success                                              -- Found OpenMP: -fopenmp                                                                      -- Eigen 3.3.4 found (include: /home/erik16/openMVG/src/third_party/eigen)                     -- Found installed version of Eigen: /usr/lib/cmake/eigen3                                     -- Found required Ceres dependency: Eigen version 3.2.92 in /usr/include/eigen3                -- Found Ceres compiled with miniglog substitute for glog, beware this will likely cause problems if glog is later linked.                                                                    -- Found Ceres version: 2.0.0 installed in: /usr/local with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations]                        -- Flann 1.8.4 found (include: /home/erik16/openMVG/src/third_party/flann/src/cpp/flann)       -- CoinUtils 2.10.13 found (include: /home/erik16/openMVG/src/dependencies/osi_clp/CoinUtils/src)                                                                                             -- Clp 1.16.10 found (include: /home/erik16/openMVG/src/dependencies/osi_clp/Clp/src)          -- Osi 0.107.8 found (include: /home/erik16/openMVG/src/dependencies/osi_clp/Osi/src/Osi)      -- Lemon  found (include: /home/erik16/openMVG/src/third_party/lemon/lemon)                    -- Found PythonInterp: /usr/bin/python (found version "2.7.12")                                -- Found Wget: /usr/bin/wget                                                                   -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)                                       -- Could NOT find Ghostscript (missing:  GHOSTSCRIPT_EXECUTABLE)                               -- Could NOT find COIN (missing:  COIN_INCLUDE_DIR COIN_CBC_LIBRARY COIN_CBC_SOLVER_LIBRARY COIN_CGL_LIBRARY COIN_CLP_LIBRARY COIN_COIN_UTILS_LIBRARY COIN_OSI_LIBRARY COIN_OSI_CBC_LIBRARY COIN_OSI_CLP_LIBRARY)                                                                            -- Looking for sys/types.h                                                                     -- Looking for sys/types.h - found                                                             -- Looking for stdint.h                                                                        -- Looking for stdint.h - found                                                                -- Looking for stddef.h                                                                        -- Looking for stddef.h - found                                                                -- Check size of long long                                                                     -- Check size of long long - done                                                              -- Found Threads: TRUE                                                                         abort: repository /home/erik16/openMVG/src not found!                                          abort: repository /home/erik16/openMVG/src not found!                                          --                                                                                             -- Configured Eigen 3.3.4                                                                      --                                                                                             -- Check if compiler accepts -pthread                                                          -- Check if compiler accepts -pthread - yes                                                    ** Found Qt5, GUI modules will be build                                                        -- Could NOT find Sphinx (missing:  SPHINX_EXECUTABLE)                                         Sphinx need to be installed to generate the sphinx documentation                               -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)                                       Doxygen need to be installed to generate the doxygen documentation                                                                                                                                                                                                                           ** OpenMVG version: 1.4.0                                                                      ** Build Shared libs: OFF                                                                      ** Build OpenMVG tests: OFF                                                                    ** Build OpenMVG softwares: ON                                                                 ** Build OpenMVG GUI softwares: ON                                                             ** Build OpenMVG documentation: ON                                                             ** Build OpenMVG samples applications: ON                                                      ** Build OpenMVG openGL examples: OFF                                                          ** Enable code coverage generation: OFF                                                        ** Enable OpenMP parallelization: ON                                                           ** Build OpenCV+OpenMVG samples programs: OFF                                                  ** Use OpenCV SIFT features: OFF                                                                                                                                                                                                                                                             -- CEREAL: (internal)                                                                          -- EIGEN: 3.2.92 (internal)                                                                    -- CERES: 2.0.0 (external)                                                                     -- FLANN: 1.8.4 (internal)                                                                     -- LIBTIFF: 4.0.6 (external)                                                                   -- LIBPNG: 1.2.54 (external)                                                                   -- LIBJPEG (external)                                                                          -- CLP: 1.16.10 (internal)                                                                     -- COINUTILS: 2.10.13 (internal)                                                               -- OSI: 0.107.8 (internal)                                                                     -- LEMON: 1.3 (internal)                                                                                                                                                                                                                                                                     -- Configuring done                                                                            -- Generating done                                                                             -- Build files have been written to: /home/erik16/openMVG_Build_new

And this line "cmake --build . --target install" gives:

Scanning dependencies of target lib_CoinUtils                                                  [  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinAlloc.cpp.o                                                                                    [  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinBuild.cpp.o                                                                                    [  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinDenseFactorization.cpp.o                                                                       [  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinDenseVector.cpp.o                                                                              [  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinError.cpp.o                                                                                    [  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization1.cpp.o                                                                           [  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization2.cpp.o                                                                           [  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization3.cpp.o                                                                           [  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization4.cpp.o                                                                           [  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFileIO.cpp.o                                                                                   [  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFinite.cpp.o                                                                                   [  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinIndexedVector.cpp.o                                                                            [  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinLpIO.cpp.o                                                                                     [  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinMessage.cpp.o                                                                                  [  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinMessageHandler.cpp.o                                                                           /home/erik16/openMVG/src/dependencies/osi_clp/CoinUtils/src/CoinMessageHandler.cpp: In member function ‘CoinMessageHandler& CoinMessageHandler::operator<<(double)’:                          /home/erik16/openMVG/src/dependencies/osi_clp/CoinUtils/src/CoinMessageHandler.cpp:834:35: warning: format not a string literal and no format arguments [-Wformat-security]                         sprintf(messageOut_,format_+2);                                                                                             ^                                                           [  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinModel.cpp.o                                                                                    [  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinModelUseful.cpp.o                                                                              [  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinModelUseful2.cpp.o                                                                             [  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinMpsIO.cpp.o                                                                                    [  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinOslFactorization.cpp.o                                                                         [  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinOslFactorization2.cpp.o                                                                        [  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinOslFactorization3.cpp.o                                                                        [  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPackedMatrix.cpp.o                                                                             [  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPackedVector.cpp.o                                                                             [  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPackedVectorBase.cpp.o                                                                         [  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinParam.cpp.o                                                                                    [  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinParamUtils.cpp.o                                                                               [  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPostsolveMatrix.cpp.o                                                                          [  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPrePostsolveMatrix.cpp.o                                                                       [  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveDoubleton.cpp.o                                                                        [  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveDual.cpp.o                                                                             [  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveDupcol.cpp.o                                                                           [  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveEmpty.cpp.o                                                                            [  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveFixed.cpp.o                                                                            [  9%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveForcing.cpp.o                                                                          [  9%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveHelperFunctions.cpp.o                                                                  [  9%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveImpliedFree.cpp.o                                                                      [  9%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveIsolated.cpp.o                                                                         [ 10%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveMatrix.cpp.o                                                                           [ 10%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveMonitor.cpp.o                                                                          [ 10%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolvePsdebug.cpp.o                                                                          [ 10%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveSingleton.cpp.o                                                                        [ 11%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveSubst.cpp.o                                                                            [ 11%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveTighten.cpp.o                                                                          [ 11%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveTripleton.cpp.o                                                                        [ 11%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveUseless.cpp.o                                                                          [ 12%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveZeros.cpp.o                                                                            [ 12%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinRational.cpp.o                                                                                 [ 12%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinSearchTree.cpp.o                                                                               [ 12%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinShallowPackedVector.cpp.o                                                                      [ 13%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinSimpFactorization.cpp.o                                                                        [ 13%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinSnapshot.cpp.o                                                                                 [ 13%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinStructuredModel.cpp.o                                                                          [ 13%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartBasis.cpp.o                                                                           [ 14%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartDual.cpp.o                                                                            [ 14%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartPrimalDual.cpp.o                                                                      [ 14%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartVector.cpp.o                                                                          [ 14%] Linking CXX static library ../../../../Linux-x86_64-RELEASE/liblib_CoinUtils.a          [ 14%] Built target lib_CoinUtils                                                              Scanning dependencies of target lib_Osi                                                        [ 15%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiAuxInfo.cpp.o                                                                                           [ 15%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiBranchingObject.cpp.o                                                                                   [ 15%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiChooseVariable.cpp.o                                                                                    [ 15%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiColCut.cpp.o                                                                                            [ 16%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiCut.cpp.o[ 16%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiCuts.cpp.o                                                                                              [ 16%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiNames.cpp.o                                                                                             [ 16%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiPresolve.cpp.o                                                                                          [ 16%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiRowCut.cpp.o                                                                                            [ 17%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiRowCutDebugger.cpp.o                                                                                    [ 17%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiSolverBranch.cpp.o                                                                                      [ 17%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiSolverInterface.cpp.o                                                                                   [ 17%] Linking CXX static library ../../../../../Linux-x86_64-RELEASE/liblib_Osi.a             [ 17%] Built target lib_Osi                                                                    Scanning dependencies of target lib_clp                                                        [ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/CbcOrClpParam.cpp.o                                                                                            [ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpCholeskyBase.cpp.o                                                                                          [ 18%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpCholeskyDense.cpp.o                                                                                         [ 18%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpCholeskyTaucs.cpp.o                                                                                         [ 18%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpConstraint.cpp.o                                                                                            [ 18%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpConstraintLinear.cpp.o                                                                                      [ 19%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpConstraintQuadratic.cpp.o                                                                                   [ 19%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDualRowDantzig.cpp.o                                                                                        [ 19%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDualRowPivot.cpp.o                                                                                          [ 19%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDualRowSteepest.cpp.o                                                                                       [ 20%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDummyMatrix.cpp.o                                                                                           [ 20%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDynamicExampleMatrix.cpp.o                                                                                  [ 20%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDynamicMatrix.cpp.o                                                                                         [ 20%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpEventHandler.cpp.o                                                                                          [ 21%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpFactorization.cpp.o                                                                                         [ 21%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpGubDynamicMatrix.cpp.o                                                                                      [ 21%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpGubMatrix.cpp.o                                                                                             [ 21%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpHelperFunctions.cpp.o                                                                                       [ 22%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpInterior.cpp.o                                                                                              [ 22%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpLinearObjective.cpp.o                                                                                       [ 22%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpLsqr.cpp.o   [ 22%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpMatrixBase.cpp.o                                                                                            [ 23%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpMessage.cpp.o[ 23%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpModel.cpp.o  [ 23%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNetworkBasis.cpp.o                                                                                          [ 23%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNetworkMatrix.cpp.o                                                                                         [ 24%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNode.cpp.o   [ 24%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNonLinearCost.cpp.o                                                                                         [ 24%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpObjective.cpp.o                                                                                             [ 24%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPackedMatrix.cpp.o                                                                                          [ 25%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPdco.cpp.o   [ 25%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPdcoBase.cpp.o                                                                                              [ 25%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPlusMinusOneMatrix.cpp.o                                                                                    [ 25%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPredictorCorrector.cpp.o                                                                                    [ 26%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPresolve.cpp.o                                                                                              /home/erik16/openMVG/src/dependencies/osi_clp/Clp/src/ClpPresolve.cpp: In member function ‘virtual const CoinPresolveAction* ClpPresolve::presolve(CoinPresolveMatrix*)’:                     /home/erik16/openMVG/src/dependencies/osi_clp/Clp/src/ClpPresolve.cpp:890:27: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]                                                                                             const CoinPresolveAction *ClpPresolve::presolve(CoinPresolveMatrix *prob)                                                ^                                                                   [ 26%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPrimalColumnDantzig.cpp.o                                                                                   [ 26%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPrimalColumnPivot.cpp.o                                                                                     [ 26%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPrimalColumnSteepest.cpp.o                                                                                  [ 27%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpQuadraticObjective.cpp.o                                                                                    [ 27%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplex.cpp.o[ 27%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexDual.cpp.o                                                                                           [ 27%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexNonlinear.cpp.o                                                                                      [ 28%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexOther.cpp.o                                                                                          [ 28%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexPrimal.cpp.o                                                                                         [ 28%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSolve.cpp.o  [ 28%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/Clp_C_Interface.cpp.o                                                                                          [ 29%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/IdiSolve.cpp.o  [ 29%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/Idiot.cpp.o     [ 29%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/MyEventHandler.cpp.o                                                                                           [ 29%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/MyMessageHandler.cpp.o                                                                                         [ 30%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/unitTest.cpp.o  [ 30%] Linking CXX static library ../../../../Linux-x86_64-RELEASE/liblib_clp.a                [ 30%] Built target lib_clp                                                                    Scanning dependencies of target lib_OsiClpSolver                                               [ 31%] Building CXX object dependencies/osi_clp/Clp/src/OsiClp/CMakeFiles/lib_OsiClpSolver.dir/OsiClpSolverInterface.cpp.o                                                                    [ 31%] Linking CXX static library ../../../../../Linux-x86_64-RELEASE/liblib_OsiClpSolver.a    [ 31%] Built target lib_OsiClpSolver                                                           Scanning dependencies of target openMVG_stlplus                                                [ 31%] Building CXX object third_party/stlplus3/CMakeFiles/openMVG_stlplus.dir/filesystemSimplified/file_system.cpp.o                                                                         [ 31%] Building CXX object third_party/stlplus3/CMakeFiles/openMVG_stlplus.dir/filesystemSimplified/portability_fixes.cpp.o                                                                   [ 32%] Building CXX object third_party/stlplus3/CMakeFiles/openMVG_stlplus.dir/filesystemSimplified/wildcard.cpp.o                                                                            [ 32%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_stlplus.a              [ 32%] Built target openMVG_stlplus                                                            Scanning dependencies of target openMVG_lemon                                                  [ 32%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/arg_parser.cc.o[ 32%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/base.cc.o      [ 33%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/color.cc.o     [ 33%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/lp_base.cc.o   [ 33%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/lp_skeleton.cc.o                                                                                              [ 33%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/random.cc.o    [ 34%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/bits/windows.cc.o                                                                                             [ 34%] Linking CXX static library ../../../Linux-x86_64-RELEASE/libopenMVG_lemon.a             [ 34%] Built target openMVG_lemon                                                              Scanning dependencies of target main_svgSample                                                 [ 34%] Building CXX object third_party/vectorGraphics/CMakeFiles/main_svgSample.dir/main.cpp.o [ 34%] Linking CXX executable ../../Linux-x86_64-RELEASE/main_svgSample                        [ 34%] Built target main_svgSample                                                             Scanning dependencies of target openMVG_easyexif                                               [ 35%] Building CXX object third_party/easyexif/CMakeFiles/openMVG_easyexif.dir/exif.cpp.o     [ 35%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_easyexif.a             [ 35%] Built target openMVG_easyexif                                                           Scanning dependencies of target openMVG_fast                                                   [ 36%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast.c.o               [ 36%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_10.c.o            [ 36%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_11.c.o            [ 36%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_12.c.o            [ 36%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_9.c.o             [ 37%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/nonmax.c.o             [ 37%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_fast.a                 [ 37%] Built target openMVG_fast                                                               Scanning dependencies of target openMVG_exif                                                   [ 37%] Building CXX object openMVG/exif/CMakeFiles/openMVG_exif.dir/exif_IO_EasyExif.cpp.o     [ 37%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_exif.a                 [ 37%] Built target openMVG_exif                                                               Scanning dependencies of target openMVG_features                                               [ 37%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/akaze/AKAZE.cpp.o  [ 37%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/akaze/image_describer_akaze.cpp.o                                                                                 [ 38%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/fast/fast_detector.cpp.o                                                                                          [ 38%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/feature.cpp.o      [ 38%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/liop/liop_descriptor.cpp.o                                                                                        [ 38%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/mser/mser.cpp.o    [ 39%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/mser/mser_region.cpp.o                                                                                            [ 39%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/regions.cpp.o      [ 39%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/svg_features.cpp.o [ 39%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/tbmr/tbmr.cpp.o    [ 40%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_features.a             [ 40%] Built target openMVG_features                                                           Scanning dependencies of target openMVG_numeric                                                [ 40%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_numeric.dir/nullspace.cpp.o      [ 41%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_numeric.dir/numeric.cpp.o        [ 41%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_numeric.a              [ 41%] Built target openMVG_numeric                                                            Scanning dependencies of target openMVG_image                                                  [ 41%] Building CXX object openMVG/image/CMakeFiles/openMVG_image.dir/image_io.cpp.o           [ 41%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_image.a                [ 41%] Built target openMVG_image                                                              Scanning dependencies of target openMVG_linearProgramming                                      [ 41%] Building CXX object openMVG/linearProgramming/CMakeFiles/openMVG_linearProgramming.dir/linearProgrammingOSI_X.cpp.o                                                                    [ 41%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_linearProgramming.a    [ 41%] Built target openMVG_linearProgramming                                                  Scanning dependencies of target openMVG_multiview                                              [ 42%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/conditioning.cpp.o                                                                                              [ 42%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/essential.cpp.o  [ 42%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/motion_from_essential.cpp.o                                                                                     [ 42%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/projection.cpp.o [ 43%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/rotation_averaging_l1.cpp.o                                                                                     [ 43%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/rotation_averaging_l2.cpp.o                                                                                     [ 43%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_affine.cpp.o                                                                                             [ 43%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_essential_eight_point.cpp.o                                                                              [ 44%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_essential_five_point.cpp.o                                                                               [ 44%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_essential_kernel.cpp.o                                                                                   [ 44%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_fundamental_kernel.cpp.o                                                                                 [ 44%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_homography_kernel.cpp.o                                                                                  [ 45%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_kernel.cpp.o                                                                                   [ 45%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_p3p_ke.cpp.o                                                                                   [ 45%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_p3p_kneip.cpp.o                                                                                [ 45%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/translation_averaging_common.cpp.o                                                                              [ 46%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/translation_averaging_solver_l2_chordal.cpp.o                                                                   [ 46%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/translation_averaging_solver_softl1.cpp.o                                                                       [ 46%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/triangulation.cpp.o                                                                                             [ 46%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/triangulation_nview.cpp.o                                                                                       [ 47%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_multiview.a            [ 47%] Built target openMVG_multiview                                                          Scanning dependencies of target openMVG_lInftyComputerVision                                   [ 47%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/global_translations_fromTij.cpp.o                                                [ 47%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/resection.cpp.o                                                                  [ 48%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/resection_kernel.cpp.o                                                           [ 48%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/tijsAndXis_From_xi_Ri.cpp.o                                                      [ 48%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/tijsAndXis_From_xi_Ri_noise.cpp.o                                                [ 48%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/triangulation.cpp.o                                                              [ 49%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/triplet_tijsAndXis_kernel.cpp.o                                                  [ 49%] Linking CXX static library ../../../Linux-x86_64-RELEASE/libopenMVG_lInftyComputerVision.a                                                                                             [ 49%] Built target openMVG_lInftyComputerVision                                               Scanning dependencies of target openMVG_geometry                                               [ 49%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/Similarity3.cpp.o  [ 49%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/Similarity3_Kernel.cpp.o                                                                                          [ 49%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/box.cpp.o          [ 50%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/convex_hull.cpp.o  [ 50%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/frustum.cpp.o      [ 50%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/half_space_intersection.cpp.o                                                                                     [ 50%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/rigid_transformation3D_srt.cpp.o                                                                                  [ 51%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_geometry.a             [ 51%] Built target openMVG_geometry                                                           Scanning dependencies of target openMVG_matching                                               [ 51%] Building CXX object openMVG/matching/CMakeFiles/openMVG_matching.dir/indMatch_utils.cpp.o                                                                                              [ 51%] Building CXX object openMVG/matching/CMakeFiles/openMVG_matching.dir/regions_matcher.cpp.o                                                                                             [ 51%] Building CXX object openMVG/matching/CMakeFiles/openMVG_matching.dir/svg_matches.cpp.o  [ 51%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_matching.a             [ 51%] Built target openMVG_matching                                                           Scanning dependencies of target openMVG_kvld                                                   [ 51%] Building CXX object openMVG/matching/kvld/CMakeFiles/openMVG_kvld.dir/kvld.cpp.o        [ 52%] Building CXX object openMVG/matching/kvld/CMakeFiles/openMVG_kvld.dir/algorithm.cpp.o   [ 52%] Linking CXX static library ../../../Linux-x86_64-RELEASE/libopenMVG_kvld.a              [ 52%] Built target openMVG_kvld                                                               Scanning dependencies of target openMVG_matching_image_collection                              [ 53%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_matching_image_collection.dir/Cascade_Hashing_Matcher_Regions.cpp.o                                           [ 53%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_matching_image_collection.dir/Geometric_Filter_utils.cpp.o                                                    [ 53%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_matching_image_collection.dir/Matcher_Regions.cpp.o                                                           [ 53%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_matching_image_collection.a                                                                                           [ 53%] Built target openMVG_matching_image_collection                                          Scanning dependencies of target openMVG_multiview_test_data                                    [ 53%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview_test_data.dir/test_data_sets.cpp.o                                                                                  [ 53%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_multiview_test_data.a  [ 53%] Built target openMVG_multiview_test_data                                                Scanning dependencies of target openMVG_robust_estimation                                      [ 53%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_robust_estimation.dir/gms_filter.cpp.o                                                                                [ 53%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_robust_estimation.a    [ 53%] Built target openMVG_robust_estimation                                                  Scanning dependencies of target openMVG_system                                                 [ 53%] Building CXX object openMVG/system/CMakeFiles/openMVG_system.dir/timer.cpp.o            [ 53%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_system.a               [ 53%] Built target openMVG_system                                                             Scanning dependencies of target openMVG_sfm                                                    [ 53%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/global/GlobalSfM_rotation_averaging.cpp.o                                                                         [ 53%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/global/GlobalSfM_translation_averaging.cpp.o                                                                      [ 53%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/global/sfm_global_engine_relative_motions.cpp.o                                                                   [ 54%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/localization/SfM_Localizer.cpp.o                                                                                  [ 54%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/localization/SfM_Localizer_Single_3DTrackObservation_Database.cpp.o                                               [ 54%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/relative_pose_engine.cpp.o                                                                                        [ 54%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/SfmSceneInitializerMaxPair.cpp.o                                                                       [ 55%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/SfmSceneInitializerStellar.cpp.o                                                                       [ 55%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/sequential_SfM.cpp.o                                                                                   [ 55%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/sequential_SfM2.cpp.o                                                                                  [ 55%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sfm_robust_model_estimation.cpp.o                                                                                 [ 56%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/stellar/stellar_solver.cpp.o                                                                                      [ 56%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/structure_from_known_poses/structure_estimator.cpp.o                                                              [ 56%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_BA_ceres.cpp.o      [ 56%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_colorization.cpp.o  [ 57%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_filters.cpp.o       [ 57%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_filters_frustum.cpp.o                                                                                              [ 57%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_graph_utils.cpp.o   [ 57%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_io.cpp.o            [ 58%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_io_cereal.cpp.o     [ 58%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_transform.cpp.o     [ 58%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_triangulation.cpp.o [ 58%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_utils.cpp.o         [ 59%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_report.cpp.o             [ 59%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_sfm.a                  [ 59%] Built target openMVG_sfm                                                                Scanning dependencies of target openMVG_sample_cameras_undistoBrown                            [ 60%] Building CXX object openMVG_Samples/cameras_undisto_Brown/CMakeFiles/openMVG_sample_cameras_undistoBrown.dir/undistoBrown.cpp.o                                                        [ 60%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_cameras_undistoBrown   [ 60%] Built target openMVG_sample_cameras_undistoBrown                                        Scanning dependencies of target openMVG_sample_robust_estimation_Homography                    [ 60%] Building CXX object openMVG_Samples/multiview_robust_estimation_tutorial/CMakeFiles/openMVG_sample_robust_estimation_Homography.dir/robust_estimation_tutorial_homography.cpp.o        [ 61%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_robust_estimation_Homography                                                                                          [ 61%] Built target openMVG_sample_robust_estimation_Homography                                Scanning dependencies of target openMVG_sample_multiview_robustHomography                      [ 61%] Building CXX object openMVG_Samples/multiview_robust_homography/CMakeFiles/openMVG_sample_multiview_robustHomography.dir/robust_homography.cpp.o                                       [ 61%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustHomography                                                                                            [ 61%] Built target openMVG_sample_multiview_robustHomography                                  Scanning dependencies of target openMVG_sample_multiview_robustHomography_guided               [ 61%] Building CXX object openMVG_Samples/multiview_robust_homography_guided/CMakeFiles/openMVG_sample_multiview_robustHomography_guided.dir/robust_homography_guided.cpp.o                  [ 62%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustHomography_guided                                                                                     [ 62%] Built target openMVG_sample_multiview_robustHomography_guided                           Scanning dependencies of target openMVG_sample_multiview_robustFundamental                     [ 62%] Building CXX object openMVG_Samples/multiview_robust_fundamental/CMakeFiles/openMVG_sample_multiview_robustFundamental.dir/robust_fundamental.cpp.o                                    [ 62%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustFundamental                                                                                           [ 62%] Built target openMVG_sample_multiview_robustFundamental                                 Scanning dependencies of target openMVG_sample_multiview_robustFundamental_guided              [ 62%] Building CXX object openMVG_Samples/multiview_robust_fundamental_guided/CMakeFiles/openMVG_sample_multiview_robustFundamental_guided.dir/robust_fundamental_guided.cpp.o               [ 63%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustFundamental_guided                                                                                    [ 63%] Built target openMVG_sample_multiview_robustFundamental_guided                          Scanning dependencies of target openMVG_sample_multiview_robustEssential                       [ 64%] Building CXX object openMVG_Samples/multiview_robust_essential/CMakeFiles/openMVG_sample_multiview_robustEssential.dir/robust_essential.cpp.o                                          [ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustEssential                                                                                             [ 64%] Built target openMVG_sample_multiview_robustEssential                                   Scanning dependencies of target openMVG_sample_multiview_robustEssential_spherical             [ 65%] Building CXX object openMVG_Samples/multiview_robust_essential_spherical/CMakeFiles/openMVG_sample_multiview_robustEssential_spherical.dir/robust_essential_spherical.cpp.o            [ 65%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustEssential_spherical                                                                                   [ 65%] Built target openMVG_sample_multiview_robustEssential_spherical                         Scanning dependencies of target openMVG_sample_multiview_robustEssential_ba                    [ 65%] Building CXX object openMVG_Samples/multiview_robust_essential_ba/CMakeFiles/openMVG_sample_multiview_robustEssential_ba.dir/robust_essential_ba.cpp.o                                 [ 65%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustEssential_ba                                                                                          [ 65%] Built target openMVG_sample_multiview_robustEssential_ba                                Scanning dependencies of target openMVG_main_exif_Parsing                                      [ 65%] Building CXX object openMVG_Samples/exif_Parsing/CMakeFiles/openMVG_main_exif_Parsing.dir/exifParsing.cpp.o                                                                            [ 66%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_exif_Parsing             [ 66%] Built target openMVG_main_exif_Parsing                                                  Scanning dependencies of target vlsift                                                         [ 67%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/generic.c.o                     [ 67%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/imopv_sse2.c.o                  [ 67%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/sift.c.o                        [ 67%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/imopv.c.o                       [ 68%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/mathop_sse2.c.o                 [ 68%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/host.c.o                        [ 68%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/mathop.c.o                      [ 68%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/random.c.o                      [ 69%] Linking C static library ../../Linux-x86_64-RELEASE/libvlsift.a                         [ 69%] Built target vlsift                                                                     Scanning dependencies of target openMVG_sample_main_features_repeatability_dataset             [ 69%] Building CXX object openMVG_Samples/features_repeatability/CMakeFiles/openMVG_sample_main_features_repeatability_dataset.dir/main_repeatability_dataset.cpp.o                          [ 69%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_main_features_repeatability_dataset                                                                                   [ 69%] Built target openMVG_sample_main_features_repeatability_dataset                         Scanning dependencies of target openMVG_sample_features_affine                                 [ 70%] Building CXX object openMVG_Samples/features_affine_demo/CMakeFiles/openMVG_sample_features_affine.dir/features_affine_demo.cpp.o                                                      [ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_features_affine        [ 70%] Built target openMVG_sample_features_affine                                             Scanning dependencies of target openMVG_sample_features_kvld                                   [ 70%] Building CXX object openMVG_Samples/features_kvld_filter/CMakeFiles/openMVG_sample_features_kvld.dir/kvld_filter.cpp.o                                                                 [ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_features_kvld          [ 70%] Built target openMVG_sample_features_kvld                                               Scanning dependencies of target openMVG_sample_features_siftPutative                           [ 71%] Building CXX object openMVG_Samples/features_siftPutativeMatches/CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o                                                   [ 71%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_features_siftPutative  [ 71%] Built target openMVG_sample_features_siftPutative                                       Scanning dependencies of target openMVG_sample_image_matching                                  [ 72%] Building CXX object openMVG_Samples/features_image_matching/CMakeFiles/openMVG_sample_image_matching.dir/describe_and_match.cpp.o                                                      [ 72%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_image_matching         [ 72%] Built target openMVG_sample_image_matching                                              Scanning dependencies of target openMVG_sample_image_matching_gmsfilter                        [ 72%] Building CXX object openMVG_Samples/features_image_matching_gmsfilter/CMakeFiles/openMVG_sample_image_matching_gmsfilter.dir/describe_and_match_gmsfilter.cpp.o                        [ 72%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_image_matching_gmsfilter                                                                                              [ 72%] Built target openMVG_sample_image_matching_gmsfilter                                    Scanning dependencies of target openMVG_sample_describe_and_match_GUI_automoc                  [ 72%] Automatic moc for target openMVG_sample_describe_and_match_GUI                          Generating moc_MainWindow.cpp                                                                  [ 72%] Built target openMVG_sample_describe_and_match_GUI_automoc                              Scanning dependencies of target openMVG_sample_describe_and_match_GUI                          [ 72%] Building CXX object openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/main.cpp.o                                                             [ 72%] Building CXX object openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/ImageView.cpp.o                                                        [ 73%] Building CXX object openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/MainWindow.cpp.o                                                       [ 73%] Building CXX object openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/openMVG_sample_describe_and_match_GUI_automoc.cpp.o                    [ 73%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_describe_and_match_GUI [ 73%] Built target openMVG_sample_describe_and_match_GUI                                      Scanning dependencies of target openMVG_sample_geodesy_show_exif_gps_position                  [ 73%] Building CXX object openMVG_Samples/geodesy_show_exif_gps_position/CMakeFiles/openMVG_sample_geodesy_show_exif_gps_position.dir/show_exif_gps_position_demo.cpp.o                      [ 73%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_geodesy_show_exif_gps_position                                                                                        [ 73%] Built target openMVG_sample_geodesy_show_exif_gps_position                              Scanning dependencies of target openMVG_sample_pano_converter                                  [ 73%] Building CXX object openMVG_Samples/image_spherical_to_pinholes/CMakeFiles/openMVG_sample_pano_converter.dir/main_pano_converter.cpp.o                                                 [ 73%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_pano_converter         [ 73%] Built target openMVG_sample_pano_converter                                              Scanning dependencies of target openMVG_sample_image_undistort_automoc                         [ 73%] Automatic moc for target openMVG_sample_image_undistort                                 Generating moc_MainWindow.cpp                                                                  [ 73%] Built target openMVG_sample_image_undistort_automoc                                     Scanning dependencies of target openMVG_sample_image_undistort                                 [ 74%] Building CXX object openMVG_Samples/image_undistort_gui/CMakeFiles/openMVG_sample_image_undistort.dir/main.cc.o                                                                        [ 74%] Building CXX object openMVG_Samples/image_undistort_gui/CMakeFiles/openMVG_sample_image_undistort.dir/MainWindow.cc.o                                                                  [ 74%] Building CXX object openMVG_Samples/image_undistort_gui/CMakeFiles/openMVG_sample_image_undistort.dir/QImageInterface.cc.o                                                             [ 74%] Building CXX object openMVG_Samples/image_undistort_gui/CMakeFiles/openMVG_sample_image_undistort.dir/openMVG_sample_image_undistort_automoc.cpp.o                                     [ 75%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_image_undistort        [ 75%] Built target openMVG_sample_image_undistort                                             Scanning dependencies of target openMVG_main_GlobalSfM                                         [ 75%] Building CXX object software/SfM/CMakeFiles/openMVG_main_GlobalSfM.dir/main_GlobalSfM.cpp.o                                                                                            [ 75%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_GlobalSfM                [ 75%] Built target openMVG_main_GlobalSfM                                                     Scanning dependencies of target openMVG_main_IncrementalSfM2                                   [ 75%] Building CXX object software/SfM/CMakeFiles/openMVG_main_IncrementalSfM2.dir/main_IncrementalSfM2.cpp.o                                                                                [ 75%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_IncrementalSfM2          [ 75%] Built target openMVG_main_IncrementalSfM2                                               Scanning dependencies of target openMVG_main_IncrementalSfM                                    [ 75%] Building CXX object software/SfM/CMakeFiles/openMVG_main_IncrementalSfM.dir/main_IncrementalSfM.cpp.o                                                                                  [ 76%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_IncrementalSfM           [ 76%] Built target openMVG_main_IncrementalSfM                                                Scanning dependencies of target openMVG_main_ComputeSfM_DataColor                              [ 77%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeSfM_DataColor.dir/main_ComputeSfM_DataColor.cpp.o                                                                      [ 77%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeSfM_DataColor     [ 77%] Built target openMVG_main_ComputeSfM_DataColor                                          Scanning dependencies of target openMVG_main_SfMInit_ImageListing                              [ 77%] Building CXX object software/SfM/CMakeFiles/openMVG_main_SfMInit_ImageListing.dir/main_SfMInit_ImageListing.cpp.o                                                                      [ 77%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_SfMInit_ImageListing     [ 77%] Built target openMVG_main_SfMInit_ImageListing                                          Scanning dependencies of target openMVG_main_ComputeMatches                                    [ 77%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeMatches.dir/main_ComputeMatches.cpp.o                                                                                  [ 77%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeMatches           [ 77%] Built target openMVG_main_ComputeMatches                                                Scanning dependencies of target openMVG_main_ListMatchingPairs                                 [ 77%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ListMatchingPairs.dir/main_ListMatchingPairs.cpp.o                                                                            [ 78%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ListMatchingPairs        [ 78%] Built target openMVG_main_ListMatchingPairs                                             Scanning dependencies of target openMVG_main_ConvertSfM_DataFormat                             [ 78%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ConvertSfM_DataFormat.dir/main_ConvertSfM_DataFormat.cpp.o                                                                    [ 78%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ConvertSfM_DataFormat    [ 78%] Built target openMVG_main_ConvertSfM_DataFormat                                         Scanning dependencies of target openMVG_main_SplitMatchFileIntoMatchFiles                      [ 78%] Building CXX object software/SfM/CMakeFiles/openMVG_main_SplitMatchFileIntoMatchFiles.dir/main_SplitMatchFileIntoMatchFiles.cpp.o                                                      [ 79%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_SplitMatchFileIntoMatchFiles                                                                                            [ 79%] Built target openMVG_main_SplitMatchFileIntoMatchFiles                                  Scanning dependencies of target openMVG_main_ConvertList                                       [ 79%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ConvertList.dir/main_ConvertList.cpp.o                                                                                        [ 80%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ConvertList              [ 80%] Built target openMVG_main_ConvertList                                                   Scanning dependencies of target openMVG_main_ComputeStructureFromKnownPoses                    [ 80%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeStructureFromKnownPoses.dir/main_ComputeStructureFromKnownPoses.cpp.o                                                  [ 80%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeStructureFromKnownPoses                                                                                          [ 80%] Built target openMVG_main_ComputeStructureFromKnownPoses                                Scanning dependencies of target openMVG_main_FrustumFiltering                                  [ 80%] Building CXX object software/SfM/CMakeFiles/openMVG_main_FrustumFiltering.dir/main_FrustumFiltering.cpp.o                                                                              [ 81%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_FrustumFiltering         [ 81%] Built target openMVG_main_FrustumFiltering                                              Scanning dependencies of target openMVG_main_MatchesToTracks                                   [ 81%] Building CXX object software/SfM/CMakeFiles/openMVG_main_MatchesToTracks.dir/main_MatchesToTracks.cpp.o                                                                                [ 81%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_MatchesToTracks          [ 81%] Built target openMVG_main_MatchesToTracks                                               Scanning dependencies of target openMVG_main_PointsFiltering                                   [ 81%] Building CXX object software/SfM/CMakeFiles/openMVG_main_PointsFiltering.dir/main_PointsFiltering.cpp.o                                                                                [ 82%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_PointsFiltering          [ 82%] Built target openMVG_main_PointsFiltering                                               Scanning dependencies of target openMVG_main_ComputeFeatures                                   [ 83%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeFeatures.dir/main_ComputeFeatures.cpp.o                                                                                [ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeFeatures          [ 83%] Built target openMVG_main_ComputeFeatures                                               Scanning dependencies of target openMVG_main_ChangeLocalOrigin                                 [ 83%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ChangeLocalOrigin.dir/main_ChangeLocalOrigin.cpp.o                                                                            [ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ChangeLocalOrigin        [ 83%] Built target openMVG_main_ChangeLocalOrigin                                             Scanning dependencies of target openMVG_main_evalQuality                                       [ 83%] Building CXX object software/SfM/CMakeFiles/openMVG_main_evalQuality.dir/main_evalQuality.cpp.o                                                                                        [ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_evalQuality              [ 83%] Built target openMVG_main_evalQuality                                                   Scanning dependencies of target domset                                                         [ 83%] Building CXX object software/SfM/clustering/domSetLibrary/CMakeFiles/domset.dir/domset.cc.o                                                                                            [ 83%] Linking CXX static library ../../../../Linux-x86_64-RELEASE/libdomset.a                 [ 83%] Built target domset                                                                     Scanning dependencies of target openMVG_main_ComputeClusters                                   [ 83%] Building CXX object software/SfM/clustering/CMakeFiles/openMVG_main_ComputeClusters.dir/main_ComputeClusters.cpp.o                                                                     [ 83%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_ComputeClusters       [ 83%] Built target openMVG_main_ComputeClusters                                               Scanning dependencies of target openMVG_main_ExportUndistortedImages                           [ 83%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_ExportUndistortedImages.dir/main_ExportUndistortedImages.cpp.o                                                         [ 83%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_ExportUndistortedImages                                                                                              [ 83%] Built target openMVG_main_ExportUndistortedImages                                       Scanning dependencies of target openMVG_main_exportMatches                                     [ 83%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_exportMatches.dir/main_exportMatches.cpp.o                                                                             [ 84%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_exportMatches         [ 84%] Built target openMVG_main_exportMatches                                                 Scanning dependencies of target openMVG_main_openMVG2MESHLAB                                   [ 84%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2MESHLAB.dir/main_openMVG2MESHLAB.cpp.o                                                                         [ 85%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2MESHLAB       [ 85%] Built target openMVG_main_openMVG2MESHLAB                                               Scanning dependencies of target openMVG_main_exportKeypoints                                   [ 85%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_exportKeypoints.dir/main_exportKeypoints.cpp.o                                                                         [ 85%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_exportKeypoints       [ 85%] Built target openMVG_main_exportKeypoints                                               Scanning dependencies of target openMVG_main_exportTracks                                      [ 85%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_exportTracks.dir/main_exportTracks.cpp.o                                                                               [ 85%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_exportTracks          [ 85%] Built target openMVG_main_exportTracks                                                  Scanning dependencies of target openMVG_main_openMVG2CMPMVS                                    [ 85%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2CMPMVS.dir/main_openMVG2CMPMVS.cpp.o                                                                           [ 86%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2CMPMVS        [ 86%] Built target openMVG_main_openMVG2CMPMVS                                                Scanning dependencies of target openMVG_main_openMVG2MVSTEXTURING                              [ 86%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2MVSTEXTURING.dir/main_openMVG2MVSTEXTURING.cpp.o                                                               [ 87%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2MVSTEXTURING  [ 87%] Built target openMVG_main_openMVG2MVSTEXTURING                                          Scanning dependencies of target openMVG_main_ExportCameraFrustums                              [ 87%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_ExportCameraFrustums.dir/main_ExportCameraFrustums.cpp.o                                                               [ 88%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_ExportCameraFrustums  [ 88%] Built target openMVG_main_ExportCameraFrustums                                          Scanning dependencies of target openMVG_main_openMVG2MVE2                                      [ 88%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2MVE2.dir/main_openMVG2MVE2.cpp.o                                                                               [ 88%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2MVE2          [ 88%] Built target openMVG_main_openMVG2MVE2                                                  Scanning dependencies of target openMVG_main_openMVG2openMVS                                   [ 88%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2openMVS.dir/main_openMVG2openMVS.cpp.o                                                                         [ 89%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2openMVS       [ 89%] Built target openMVG_main_openMVG2openMVS                                               Scanning dependencies of target openMVG_main_openMVG2PMVS                                      [ 89%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2PMVS.dir/main_openMVG2PMVS.cpp.o                                                                               [ 90%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2PMVS          [ 90%] Built target openMVG_main_openMVG2PMVS                                                  Scanning dependencies of target openMVG_main_openMVG2Agisoft                                   [ 90%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2Agisoft.dir/main_openMVG2Agisoft.cpp.o                                                                         [ 90%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2Agisoft       [ 90%] Built target openMVG_main_openMVG2Agisoft                                               Scanning dependencies of target openMVG_main_openMVG2NVM                                       [ 90%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2NVM.dir/main_openMVG2NVM.cpp.o                                                                                 [ 90%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2NVM           [ 90%] Built target openMVG_main_openMVG2NVM                                                   Scanning dependencies of target openMVG_main_openMVG2Colmap                                    [ 90%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2Colmap.dir/main_openMVG2Colmap.cpp.o                                                                           [ 90%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2Colmap        [ 90%] Built target openMVG_main_openMVG2Colmap                                                Scanning dependencies of target openMVG_main_SfMInit_ImageListingFromKnownPoses                [ 90%] Building CXX object software/SfM/import/CMakeFiles/openMVG_main_SfMInit_ImageListingFromKnownPoses.dir/main_SfMInit_ImageListingFromKnownPoses.cpp.o                                   [ 91%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_SfMInit_ImageListingFromKnownPoses                                                                                   [ 91%] Built target openMVG_main_SfMInit_ImageListingFromKnownPoses                            Scanning dependencies of target openMVG_main_SfM_Localization                                  [ 91%] Building CXX object software/Localization/CMakeFiles/openMVG_main_SfM_Localization.dir/main_SfM_Localization.cpp.o                                                                     [ 91%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_SfM_Localization         [ 91%] Built target openMVG_main_SfM_Localization                                              Scanning dependencies of target openMVG_main_geodesy_registration_to_gps_position              [ 91%] Building CXX object software/Geodesy/CMakeFiles/openMVG_main_geodesy_registration_to_gps_position.dir/registration_to_exif_gps_position.cpp.o                                          [ 92%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_geodesy_registration_to_gps_position                                                                                    [ 92%] Built target openMVG_main_geodesy_registration_to_gps_position                          Scanning dependencies of target openMVG_main_ColHarmonize                                      [ 92%] Building CXX object software/colorHarmonize/CMakeFiles/openMVG_main_ColHarmonize.dir/main_ColHarmonize.cpp.o                                                                           [ 93%] Building CXX object software/colorHarmonize/CMakeFiles/openMVG_main_ColHarmonize.dir/colorHarmonizeEngineGlobal.cpp.o                                                                  [ 93%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ColHarmonize             [ 93%] Built target openMVG_main_ColHarmonize                                                  Scanning dependencies of target openMVG_main_AlternativeVO_automoc                             [ 94%] Automatic moc for target openMVG_main_AlternativeVO                                     Generating moc_ControlButtonsPanel.cpp                                                         Generating moc_MainWindow.cpp                                                                  [ 94%] Built target openMVG_main_AlternativeVO_automoc                                         Scanning dependencies of target openMVG_main_AlternativeVO                                     [ 95%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/main.cpp.o                                                                                     [ 95%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/ControlButtonsPanel.cpp.o                                                                      [ 95%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/MainWindow.cpp.o                                                                               [ 95%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/VOFolderProcessor.cpp.o                                                                        [ 96%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/VOViewerPanel.cpp.o                                                                            [ 96%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/VOViewerDrawableElements.cpp.o                                                                 [ 96%] Building CXX object software/VO/AlternativeVO/CMakeFiles/openMVG_main_AlternativeVO.dir/openMVG_main_AlternativeVO_automoc.cpp.o                                                       [ 96%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_AlternativeVO         [ 96%] Built target openMVG_main_AlternativeVO                                                 Scanning dependencies of target ui_openMVG_MatchesViewer_automoc                               [ 96%] Automatic moc for target ui_openMVG_MatchesViewer                                       Generating moc_mainframe.cpp                                                                   Generating moc_mainwindow.cpp                                                                  Generating moc_matchingpairgraphicsview.cpp                                                    [ 96%] Built target ui_openMVG_MatchesViewer_automoc                                           Scanning dependencies of target ui_openMVG_MatchesViewer                                       [ 97%] Building CXX object software/ui/SfM/adjacency_matrix_viewer/CMakeFiles/ui_openMVG_MatchesViewer.dir/main.cpp.o                                                                         [ 97%] Building CXX object software/ui/SfM/adjacency_matrix_viewer/CMakeFiles/ui_openMVG_MatchesViewer.dir/mainwindow.cpp.o                                                                   [ 97%] Building CXX object software/ui/SfM/adjacency_matrix_viewer/CMakeFiles/ui_openMVG_MatchesViewer.dir/mainframe.cpp.o                                                                    [ 97%] Building CXX object software/ui/SfM/adjacency_matrix_viewer/CMakeFiles/ui_openMVG_MatchesViewer.dir/pairgraphicsitem.cpp.o                                                             [ 98%] Building CXX object software/ui/SfM/adjacency_matrix_viewer/CMakeFiles/ui_openMVG_MatchesViewer.dir/matchingpairgraphicsview.cpp.o                                                     [ 98%] Building CXX object software/ui/SfM/adjacency_matrix_viewer/CMakeFiles/ui_openMVG_MatchesViewer.dir/ui_openMVG_MatchesViewer_automoc.cpp.o                                             [ 98%] Linking CXX executable ../../../../Linux-x86_64-RELEASE/ui_openMVG_MatchesViewer        [ 98%] Built target ui_openMVG_MatchesViewer                                                   Scanning dependencies of target ui_openMVG_control_points_registration_automoc                 [ 98%] Automatic moc for target ui_openMVG_control_points_registration                         Generating moc_GraphicsView.cpp                                                                Generating moc_MainWindow.cpp                                                                  [ 98%] Built target ui_openMVG_control_points_registration_automoc                             Scanning dependencies of target ui_openMVG_control_points_registration                         [ 99%] Building CXX object software/ui/SfM/control_points_registration/CMakeFiles/ui_openMVG_control_points_registration.dir/main.cpp.o                                                       [ 99%] Building CXX object software/ui/SfM/control_points_registration/CMakeFiles/ui_openMVG_control_points_registration.dir/MainWindow.cpp.o                                                 [ 99%] Building CXX object software/ui/SfM/control_points_registration/CMakeFiles/ui_openMVG_control_points_registration.dir/GraphicsView.cpp.o                                               [ 99%] Building CXX object software/ui/SfM/control_points_registration/CMakeFiles/ui_openMVG_control_points_registration.dir/ControlPointTableView.cpp.o                                      [100%] Building CXX object software/ui/SfM/control_points_registration/CMakeFiles/ui_openMVG_control_points_registration.dir/ControlPoint2DNode.cpp.o                                         [100%] Building CXX object software/ui/SfM/control_points_registration/CMakeFiles/ui_openMVG_control_points_registration.dir/ui_openMVG_control_points_registration_automoc.cpp.o             [100%] Linking CXX executable ../../../../Linux-x86_64-RELEASE/ui_openMVG_control_points_registration                                                                                         [100%] Built target ui_openMVG_control_points_registration                                     Scanning dependencies of target openMVG_main_openMVG2WebGL                                     [100%] Building CXX object software/SfMWebGLViewer/CMakeFiles/openMVG_main_openMVG2WebGL.dir/openMVG_main_openMVG2WebGL.cpp.o                                                                 [100%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_openMVG2WebGL            [100%] Built target openMVG_main_openMVG2WebGL                                                 Install the project...                                                                         -- Install configuration: "RELEASE"                                                            -- Up-to-date: /usr/local/include/openMVG_dependencies                                         CMake Error at cmake_install.cmake:36 (file):                                                    file INSTALL cannot set permissions on                                                         "/usr/local/include/openMVG_dependencies"                                                                                                                                                                                                                                                  Makefile:61: recipe for target 'install' failed                                                make: *** [install] Error 1 
pmoulon commented 5 years ago

Sorry for the late answer: From what I see your configuration is the following:

-- CEREAL: (internal)
-- EIGEN: 3.2.92 (internal)
-- CERES: 2.0.0 (external)
 -- FLANN: 1.8.4 (internal)
-- LIBTIFF: 4.0.6 (external)
-- LIBPNG: 1.2.54 (external)
 -- LIBJPEG (external)
-- CLP: 1.16.10 (internal)
-- COINUTILS: 2.10.13 (internal)
-- OSI: 0.107.8 (internal)
-- LEMON: 1.3 (internal)                                                                                                            

It seems that ceres 2.0 made a API change that break the relative pose estimation.

I propose you two different solutions:

  1. A solution to be sure to use OpenMVG:

  2. Help us to understand the issue that is happening only with ceres 2.0 and debug this once for all for the better good of the community.

pmoulon commented 5 years ago
SElF-ChoosinG commented 5 years ago

I have the same problem. Then I comment that line in CMakeLists.txt and it works. By the way, before I comment that line, the version of ceres is 1.14.0. Hope this could help you.

pmoulon commented 5 years ago

Thank you for your feedback @SElF-ChoosinG. Help to debug this strange bug with Ceres 2.0 would be helpful.

rgherta commented 4 years ago

Same problem encountered on ubuntu 19, bin file never created

pmoulon commented 4 years ago

@rgherta Did you check that SfmInitImageListing found intrinsic data for your image set?

rgherta commented 4 years ago

@rgherta Did you check that SfmInitImageListing found intrinsic data for your image set?

Hi Pierre

ImageListing found data indeed and produced this json file. The problematic step was openMVG_main_IncrementalSfM and it seemingly was something related to eigen.

I must add I used initially the openmvg package from snapcraft.

I built again this time from git develop branch and ran the tests. Everything seems ok test wise and the content of the output directory contains all the necessary files from .bin files to .mvs scene. Had to properly read the readme file and import submodules.

All good for me now. Maybe we can update the snap package as well.

pmoulon commented 4 years ago

@rgherta Using a docker is perhaps more stable than the snapcraft. Happy to see that you can experiment now! Fell free to fill our 2019 OpenMVG survey -> https://github.com/openMVG/openMVG/issues/1659