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

Surface reconstruction from point clouds #121

Open
IgnacioEG opened this issue Oct 10, 2020 · 3 comments
Open

Surface reconstruction from point clouds #121

IgnacioEG opened this issue Oct 10, 2020 · 3 comments

Comments

@IgnacioEG
Copy link

Hello,

I would like to know if the algorithms of surface reconstruction from point clouds that are available at CGAL are also available from pygalmesh.

I have been looking for examples but I have not found any.

Regards

@nschloe
Copy link
Collaborator

nschloe commented Oct 10, 2020

This is principally impossible. Points clouds are not enough information to reconstruct a geometry. You can construct the convex hull of a point cloud with tools like qhull though.

@nschloe nschloe closed this as completed Oct 10, 2020
@IgnacioEG
Copy link
Author

IgnacioEG commented Oct 10, 2020 via email

@nschloe
Copy link
Collaborator

nschloe commented Oct 10, 2020

Ah, I get it. No, those are not interfaced in pygalmesh.

@nschloe nschloe reopened this Oct 10, 2020
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