Structure from Motion (SfM)
LLVM 16 or another compiler capable of supporting C++20 and some C++23 features.
OpenCV and PCL are also required.
brew install llvm opencv pcl
sudo cp -v llvm.list /etc/apt/sources.list.d/
sudo apt update
sudo apt install clang-16 libopencv-dev libpcl-dev
cmake -Bbuild -GNinja .
cmake --build build