mmolero / pypoisson

Poisson Surface Reconstruction Python Binding
MIT License
242 stars 30 forks source link

Poisson Recon args #10

Open Domingo5 opened 4 years ago

Domingo5 commented 4 years ago

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 a point cloud is not closed). How can we go about to remove that extra information? Can poisson_reconstruction() output a scalar density field that we can use to cut off low-density areas?

Many thanks!

bhatiaharsh commented 3 years ago

the code is very well documented: see here