Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 736 Bytes

File metadata and controls

26 lines (16 loc) · 736 Bytes

C++ extension: strandtools

This extension provides an actual implementation of LPMVS and a data structure to store multi-view images.

Installation

From source

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.