Skip to Content.
Sympa Menu

cgal-discuss - Mesh Generation from Point Clouds

Subject: CGAL users discussion list

List archive

Mesh Generation from Point Clouds


Chronological Thread 
  • From: "Andrew Corcoran" <>
  • To:
  • Subject: Mesh Generation from Point Clouds
  • Date: Thu, 20 Mar 2008 10:04:54 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=iwQQBc4Kmw7eibE556jECZKhe5gwAEhEPxXQ6iQTN3tjSckpG4OSb2WO0v23rnpim0o79QeMZER9eM3YDnvs8OfpPYuBz2pO6lga2pcFlPGkHYKa4rqb2fMuXBXP1Vl2gak4vH6U6rP4cKwv0iRHW1HO3o7jcpFnc8SpT0ASaqg=


Hi there,

I''m currently using the 3D alpha shape triangulation package in CGAL to do mesh generation for point clouds. However alpha shapes don't seem to deal with concave surfaces or large abrupt concave angle changes in a visually pleasing manner.

I've come across several commercial packages that seem to do this but nothing thats freely available. I was wondering if there are any plans to implement other meshing algorithims for point clouds rather than just Delaunay and Alpha in CGAL or if anyone knows of another free/open source package that has implemented slightly more robust point cloud meshing.

Thanks
Andrew



Archive powered by MHonArc 2.6.16.

Top of Page