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

Can pycolmap do poisson_mesh and delaunay_mesh? #92

Closed
changwei0314 opened this issue Sep 30, 2022 · 2 comments
Closed

Can pycolmap do poisson_mesh and delaunay_mesh? #92

changwei0314 opened this issue Sep 30, 2022 · 2 comments

Comments

@changwei0314
Copy link

Thanks for the helpful repo! I want to ask if there is any function in pycolmap that can do poisson_mesher and delaunay_mesher.

@Phil26AT
Copy link
Collaborator

Phil26AT commented Oct 2, 2022

Indeed meshing is currently missing. I added bindings to branch meshing. Note that Delaunay meshing is unlikely to be part of a future pycolmap release on PyPI since it requires CGAL with expensive dependencies. You will have to install colmap and pycolmap from source if you want to use this feature.

@sarlinpe
Copy link
Collaborator

This is implemented in pipeline/meshing.cc.

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

3 participants