mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.56k stars 425 forks source link

help with tweaking the envelope #258

Closed maorp closed 1 year ago

maorp commented 1 year ago

Hi, first thanks for this library. can you direct me how to tweak the params or the input so the output mesh will not leak. esspically in between fingers. see image: image image image and the data:https://drive.google.com/file/d/1bifrDXrFlILTBFzAq9wEMtmy4v00ZpwV/view?usp=sharing

mkazhdan commented 1 year ago

Unfortunately, Google is telling me I don't have access.

maorp commented 1 year ago

sorry try now https://drive.google.com/file/d/1bifrDXrFlILTBFzAq9wEMtmy4v00ZpwV/view?usp=drivesdk

mkazhdan commented 1 year ago

Have you tried running the reconstruction at depth 10? I got pretty good results that way. (Didn't even have to use the envelope.) The fingers connect a tiny bit, but that is inside the envelope. I also found that disabling screening (--pointWeight 0) seemed to help.

maorp commented 1 year ago

yes its better, although it exposes the noise in the pointcloud more then when using 9, ill use depth 10 and apply some mesh smoothing. thank you!

mkazhdan commented 1 year ago

You can also try increasing the number of samples per node.