Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D Delaunay triangulation and Mesh

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D Delaunay triangulation and Mesh


Chronological Thread 
  • From: Indika Tantrigoda <>
  • To:
  • Subject: [cgal-discuss] 3D Delaunay triangulation and Mesh
  • Date: Wed, 2 Sep 2009 18:34:46 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fUqcuupkY47FxWog7mlHiMgZM8eOpN640MZWNgQFcmk4qgjUnqLDGCBRGeryRwGt6h uYKcqaQ1uK4RuyNaglBNGHp4EMAc3Je1LEM53iz/u9btHrLW+mLoFySGtlssLQK08qlo pLV2hGJFpdxkf4sPZORzG+GeLxxa/knGtYyvw=

Hello all,

I am trying to reconstruct a 3D mesh from a set of unordered points. So far my using the point set processing library in CGAL
i have manged to generate the normals and by using surface reconstruct library I have manged to produce a 3D model.

The results do seem promising, however due to the nature of the Poisson reconstruction the results are not very accurate.

I went through the documentation for Delaunay triangulation and I am interested in knowing what the best possible procedure would
be to generate a mesh/surface by using 3D Delaunay triangulation.

Thanks in advance,

Regards,
Indika




  • [cgal-discuss] 3D Delaunay triangulation and Mesh, Indika Tantrigoda, 09/02/2009

Archive powered by MHonArc 2.6.16.

Top of Page