This project implements key photogrammetric computer vision techniques using C++.
Ensure the following tools and libraries are installed:
- CMake (version 3.10 or higher)
- A C++ compiler (e.g.,
g++,clang, or MSVC) - OpenCV (version 4.0 or higher)
- Eigen
Follow these steps to build the project:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j