Skip to content

Shane-J-Latham/pcsr

Repository files navigation

pcsr

Point Cloud Surface Reconstruction, python interface for reconstructing a (triangle) mesh from a point-cloud.

Installation

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 .

Requirements

Requires:

Testing

Run tests (unit-tests) using:

python -m pcsr.tests

Latest source code

Source at github:

https://github.com/Shane-J-Latham/pcsr

License information

See the file LICENSE for terms & conditions, for usage and a DISCLAIMER OF ALL WARRANTIES.

About

Point Cloud Surface Reconstruction

Resources

License

Stars

Watchers

Forks

Packages

No packages published