Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] missing objects when meshing a 3D image with multiple disconnected inclusions

Subject: CGAL users discussion list

List archive

[cgal-discuss] missing objects when meshing a 3D image with multiple disconnected inclusions


Chronological Thread 
  • From: Qianqian Fang <>
  • To:
  • Subject: [cgal-discuss] missing objects when meshing a 3D image with multiple disconnected inclusions
  • Date: Fri, 11 Mar 2011 17:48:32 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=kE0N+WUZ/pOBJrIJ6jyXAmZfEV5aszTqHDQ2Klh8DzbmOLGLI38i0+H+OluyhX5ftn Ir0TGVyMZ6jz/Vjn6vcRT/q+ay1DNfaejQMKzDCqSh1SgUpNTRMTx2Rxt7PVhG1ODeo4 q77UUIaUYCWHs+6+jGPXBquzhkZL5ghyOsWYw=

Dear list:

I found this issue in both CGAL 3D mesher and surface mesher.
The test data set can be downloaded at

http://nmr.mgh.harvard.edu/~fangq/temp/fivespheres.inr.gz

the gz file is 9k in size, containing a binary 100x100x100 image
with 5 spherical inclusions (inside the inclusions is 1, outside is 0).

When running example/Surface_mesher/mesh_a_3d_gray_image.cpp
for the data, the output surface mesh only contains a single sphere.

I modified CGAL to allow me to set random number seeds.
With different seeds, the program may occasionally give
2 spheres. Similarly observations for sample/Mesh_3/mesh_3D_image.cpp

Please advise how to make CGAL aware of all inclusions in
this type of images.

thank you

Qianqian


  • [cgal-discuss] missing objects when meshing a 3D image with multiple disconnected inclusions, Qianqian Fang, 03/11/2011

Archive powered by MHonArc 2.6.16.

Top of Page