에러 삽질
Colmap 설치를 위한 ceres-solver 설치
ylab
2022. 11. 13. 21:28
colmap 공홈에서 설치하다보면 에러가 나기때문에 ceres-solver 홈피에서 따로 설치해주어야한다.
http://ceres-solver.org/installation.html
Installation — Ceres Solver
When building Ceres, some dependencies (Eigen, gflags) are not found using custom Find .cmake modules any more. Hence, instead of the custom variables ( _INCLUDE_DIR_HINTS , _INCLUDE_DIR , …) you should use standard CMake facilities to customize where th
ceres-solver.org