This extension provides an actual implementation of LPMVS and a data structure to store multi-view images.
You can install from source. OpenCV and OpenMP are required to build the extension.
cd cpp_ext
pip install .
We use nanobind to implement the C++ extension. You should read nanobind documentation for the details about a build system.