Skip to content
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

Open
DGhosh23 opened this issue Mar 29, 2024 · 5 comments
Open

using --exact in PoissonRecon.exe #295

DGhosh23 opened this issue Mar 29, 2024 · 5 comments

Comments

@DGhosh23
Copy link

Did anyone have issues running PoissonRecon.exe with --exact? I am getting a crash in ExactPointInterpolationInfo. Any help would be greatly appreciated. Thanks!

@mkazhdan
Copy link
Owner

Sorry. The "--exact" option is kind of experimental and hasn't been stress-tested with all the new changes.
Is this something that you had used (and found useful) in the past?
If not, I would recommend not using the flag.
(Though I will try to look into the cause of the crash in any case.)

@mkazhdan
Copy link
Owner

I made a pass at fixing the issue with Version 16.04.
Hopefully that should do the trick.

@DGhosh23
Copy link
Author

DGhosh23 commented Apr 1, 2024

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.

@mkazhdan
Copy link
Owner

mkazhdan commented Apr 1, 2024

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.

@DGhosh23
Copy link
Author

DGhosh23 commented Apr 4, 2024

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants