OpenSfM
OpenSfM copied to clipboard
Eigen::MappedSparseMatrix
Eigen::MappedSparseMatrix is deprecated. It affects opensfm/src/third_party/pybind11. In eigen.h, the following modifications are needed:
- value = Eigen::MappedSparseMatrix<Scalar, Type::Flags, StorageIndex>(
+ value = Eigen::Map<Eigen::SparseMatrix<Scalar, Type::Flags, StorageIndex> >(