Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Isosurfaces from Gray level image

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Isosurfaces from Gray level image


Chronological Thread 
  • From: Jane Tournois <>
  • To:
  • Subject: Re: [cgal-discuss] Isosurfaces from Gray level image
  • Date: Tue, 6 Oct 2015 13:15:02 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:rOx3Bx3e0mI7Fr2SsmDT+DRfVm0co7zxezQtwd8ZsegTLvad9pjvdHbS+e9qxAeQG96Lt7Qb06GN6ujJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6kO74TNaIBjjLw09fr2zQd6OyZvvnLvrs7ToICx2xxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Lod8JtLXqz+Oqg5VrdFFy8OMmYv5cStuwOQYxGI4y4+W2Mb2iZPHhLD6xDhFsPzuy338PZ6xTOcOsztZb85XjGv8716RhbjlCAdJngy92SB2Z84t75SvB/0/083+IXTeozAbPc=

Hi Alexandre,

it is strange indeed that the 50x50x50 works well and not the 300x300x300.

However, I have a (slightly unrelated to the issue) question : why are you trying to get such a precision?
I mean, is it necessary/desirable to generate a mesh that sticks to the voxels, and will be "staircase shaped"?

In my mind, generating a mesh with
facet_distance = sqrt(2) * voxel size
is enough to be accurate enough, and even better to get no staircase effect.

I'm still looking for an explanation why 0.1 on the 300 example is that bad.

Best,
Jane.

Le 05/10/2015 22:04, Alexandre Lapene a écrit :
Hi Jane,

Thanks for your answer.
The size of a voxel is 1 for this data set. In reality it's much smaller and
does work well if I use the real dimension, I think it's 10^-6.
What is strange is the smaller sample I have provided 50x50x50 works well
for facet_distance up to 10^-5 with same voxel size. Do you think there is
a scaling issue? I will try with normalize sample to avoid precision
effects.

Best regards,

Alexandre



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Isosurfaces-from-Gray-level-image-tp4661158p4661195.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


--
Jane Tournois, PhD
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.18.

Top of Page