pycolmap
pycolmap copied to clipboard
Can pycolmap do poisson_mesh and delaunay_mesh?
Thanks for the helpful repo! I want to ask if there is any function in pycolmap that can do poisson_mesher and delaunay_mesher.
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.
This is implemented in pipeline/meshing.cc.