Point Cloud Surface Reconstruction, python interface for reconstructing a (triangle) mesh from a point-cloud.
Install from latest github source:
$ python -m pip install --user git+git://github.com/Shane-J-Latham/pcsr.git#egg=pcsr
or from source directory:
$ python -m pip install --prefix=/path/to/install/root .
Install using vcpkg to manage non-python dependencies:
$ git clone https://github.com/microsoft/vcpkg
$ .\vcpkg\bootstrap-vcpkg.sh
$ export VCPKG_ROOT=$(realpath ./vcpkg)
$ git clone [email protected]:Shane-J-Latham/pcsr.git
$ cd pcsr
$ python -m pip install --prefix=/path/to/install/root .
Requires:
Run tests (unit-tests) using:
python -m pcsr.tests
Source at github:
https://github.com/Shane-J-Latham/pcsr
See the file LICENSE for terms & conditions, for usage and a DISCLAIMER OF ALL WARRANTIES.