1 | initial version |
This is because of the Mismatch of the Required Ceres, Eigen version from the SFM Module. The CERES_FOUND flag is set to 0 internally because of the newer Ceres version!
You can manually set this flag to 1 like this. before including the SFM modules.
#if CERES_FOUND 1
#include <opencv2/sfm.hpp>
2 | No.2 Revision |
This is because of the Mismatch of the Required Ceres, Eigen version from the SFM Module. The CERES_FOUND flag is set to 0 internally because of the newer Ceres version!
You can manually set this flag to 1 like this. before including the SFM modules.
#if CERES_FOUND 1
#include <opencv2/sfm.hpp>
3 | No.3 Revision |
This is because of the Mismatch of Required Ceres, Eigen version from the SFM Module. The CERES_FOUND flag is set to 0 internally because of the newer Ceres version!
You can manually set this flag to 1 like this. before including the SFM modules.
#if #define CERES_FOUND 1
#include <opencv2/sfm.hpp>