目录
pypoisson 安装
测试代码:
命令行直接测:
点云重建成面
pypoisson 安装
这个可以安装
GitHub - mmolero/pypoisson: Poisson Surface Reconstruction Python Binding
GitHub - mmolero/PoissonRecon_v6_13: C++ GNU Port from http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.13/
测试代码:
from pypoisson import poisson_reconstruction
命令行直接测:
python -c "from pypoisson import poisson_reconstruction"
点云重建成面
GitHub - Qinxianshen/pypoisson: 泊松重建 python