(3D_Vision_Tutorial) Ubuntu 20.04 + OpenCV + Ceres 솔버 설치 – (1)

https://github.com/mint-lab/3dv_tutorial : 3dvision 튜토리얼 코드 – 종속성: OpenCV / Ceres 솔버 OpenCV 설치 $ pkg-config –modversion opencv # OpenCV 가 이미 깔려있는지 확인하기 $ pkg-config –modversion opencv4 # version 4 부터는 이렇게 확인해야한다. 세레스 솔버 설치 git clone https://ceres-solver.googlesource.com/ceres-solver # CMake sudo apt-get install cmake # google-glog + gflags sudo apt-get install libgoogle-glog-dev libgflags-dev # … Read more