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.
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).
$> cd poisson-recon-pybind
$> git submodule init
$> git submodule update
$> pip install -e .
$> pip install tox
$> tox
- cmake > 3.0.9
- Eigen C++ library (http://eigen.tuxfamily.org/)
- C++ compiler (with C++11 support)
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