Skip to content

BlueBrain/poisson-recon-pybind

Repository files navigation

poisson-recon-pybind

PoissonRecon Python binding with pybind11

These bindings have been extracted from https://github.com/intel-isl/Open3D and have been made independant from the Open3D library.

Method

Reconstruction of a 3D surface mesh out of a cloud of 3D points with assigned 3D unit vectors. The implementation is provided by the Open3D fork https://github.com/intel-isl/Open3D-PoissonRecon of M. Kazhdan's original PoissonRecon (https://github.com/mkazhdan/PoissonRecon).

Installation

$> cd poisson-recon-pybind
$> git submodule init
$> git submodule update
$> pip install -e .

Test

$> pip install tox
$> tox

Requirements

Acknowledgements

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

For license see LICENSE.txt.txt respectively.

Copyright © 2021-2024 Blue Brain Project/EPFL