Skip to content

Latest commit

 

History

History

cpp_ext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.