-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using --exact in PoissonRecon.exe #295
Comments
Sorry. The "--exact" option is kind of experimental and hasn't been stress-tested with all the new changes. |
I made a pass at fixing the issue with Version 16.04. |
Thank you so much! It works! I was trying to use that parameter in the sense that the point samples would be either exactly interpolated or approximately based on this setting when formulating the implicit function, but quite possibly, I am not interpreting this how it's intended. |
That's almost right. The interpolation is "soft" either way. With the --exact flag the code explicitly tracks all the points falling into a cell. Without, it just uses the average. |
Thank you!! |
Did anyone have issues running PoissonRecon.exe with --exact? I am getting a crash in ExactPointInterpolationInfo. Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: