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

Is it possible to compile a wrapper of the PoissonRecon code to avoid calling the .exe file? #174

Closed
CarMineo opened this issue Jan 25, 2021 · 2 comments

Comments

@CarMineo
Copy link

Hello All,
I am wondering if it is possible to compile a wrapper of PoissonRecon to avoid calling the .exe file. In particular, I would like to pass the point cloud and the normals to the PoissonRecon code as arrays, rather than having to export the point cloud to a text file and call the .exe file. This would increase the speed of my application.
Regards,
CarMineo

@mkazhdan
Copy link
Owner

Hi.
The big thing here is to allow PoissonRecon to use data in memory instead of data on disk.
I believe that is discussed in issue #170.

@CarMineo
Copy link
Author

Hello @mkazhdan,
thanks for the useful information.
Cheers,
Carmelo

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