pycolmap icon indicating copy to clipboard operation
pycolmap copied to clipboard

Can pycolmap do poisson_mesh and delaunay_mesh?

Open changwei0314 opened this issue 3 years ago • 1 comments

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

changwei0314 avatar Sep 30 '22 06:09 changwei0314

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.

Phil26AT avatar Oct 02 '22 14:10 Phil26AT

This is implemented in pipeline/meshing.cc.

sarlinpe avatar Sep 19 '23 11:09 sarlinpe