pypoisson icon indicating copy to clipboard operation
pypoisson copied to clipboard

Poisson Surface Reconstruction Python Binding

Results 9 pypoisson issues
Sort by recently updated
recently updated
newest added

First, of all, thanks a lot for the amazing python binder for SPSR! I am using Ubuntu 20.04, python=3.7.3, cython 0.29.12, GCC 7.3. Following the readme file, I have successfully...

is it possible to extract colored mesh from xyz rgb nxnynz

when I run the python setup.py install command I get a fatal error with Geometry .cpp path\Geometry.h(33): fatal error C1189: #error: OpenMP is required error: command 'C:\\Program Files (x86)\\Microsoft Visual...

Hi, Are there any more argument options for the poisson_reconstruction() besides 'depth'? 'Type' or 'samplesPerNode' ? More importantly, the output mesh comes with lots of extraneous mesh bits (expected when...

Hi, running the example in Ubuntu 18.04, Python 3.6, cython 0.29.10 and pypoisson 0.10, I get the following error: > Process finished with exit code 139 (interrupted by signal 11:...

Hi there, I tried to run order "python setup.py build" on Mac OS 10.12.3, and got the error clang: error: unsupported option '-fopenmp' I tried export CC=/usr/bin/gcc, gcc-6, clang or...

So, I followed the instructions to install this module and installed llvm as well to get rid of the fopenmp error. Now when I try to run the test code,...

Hi, After running the "setup.py build", it will be broken by the following error src/PoissonRecon_v6_13/src/SparseMatrix.inl:528:85: error: 'Interlochange64' was not declared in this scope ..... error: command 'C:\\mingw2\\bin\\gcc.exe' failed with exit...

When running python setup.py build in the provided folder I get this error under windows 10. I exchanged also the / to os.sep ect. The first pypoisson.cpp is created but...