meshpro / pygalmesh

:spider_web: A Python interface to CGAL's meshing tools
GNU General Public License v3.0
597 stars 57 forks source link

Surface reconstruction from point clouds #121

Open IgnacioEG opened 4 years ago

IgnacioEG commented 4 years ago

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 commented 4 years ago

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.

IgnacioEG commented 4 years ago

I am not asking if it is possible or not. I am asking if the routines that are already implemented in GDAL can be used in python via pygalmesh https://cgal.geometryfactory.com/CGAL/doc/master/Manual/tuto_reconstruction.html

El sáb., 10 oct. 2020 a las 12:10, Nico Schlömer (notifications@github.com) escribió:

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 http://www.qhull.org/ though.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nschloe/pygalmesh/issues/121#issuecomment-706524806, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARGM3IF2JCOZ5GVYQGARVP3SKAXKRANCNFSM4SK5ME7Q .

nschloe commented 4 years ago

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