Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] isosurface construction from signed distance function point set

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] isosurface construction from signed distance function point set


Chronological Thread 
  • From: vimarsh <>
  • To:
  • Subject: Re: [cgal-discuss] isosurface construction from signed distance function point set
  • Date: Sun, 15 Nov 2015 10:51:13 -0800 (PST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:jlIrZRHQjvNL0bSM0vVH+Z1GYnF86YWxBRYc798ds5kLTJ75pMqwAkXT6L1XgUPTWs2DsrQf27eQ7v2rADZYqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh730psCYOl8QzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IAu3GePEzQrVcSTgnKGso/9bDtB/ZTALJ6GFPfH8Rl09WAg3M9gr6FsPvsy7zrPF9niKyMsj/TLRyUjOnufQ4ACT0gTsKYmZquFrcjdZ92fpW

Thanks Padraig, i've looked at the example and that approach should do what i
want, after making a few modifications.
Unfortunately i know only very basic details about the inr format, and i'm
not able to find a lot of information.
I know that we can give scalar data for each voxel in a cubical image, which
is called its grey value.

Since i have a uniform grid of points on which i know scalar function
values, should i treat the points as voxels? (because voxels, according to
the int file documentation have a height, width and breadth, so that may not
be right for me)

Secondly can this gray value be negative, or should i shift the origin for
the data and give an adjusted isovalue? because the domain of my scalar
function values is the real number space (same goes for the coordinates of
the grid of points i have), and in the inr file i inspected after loading in
matlab, i only saw positive values

Lastly should i use INRIA's zinrimage library(or cgal if it can write inr
files) to write an inr file, or should i follow what has been suggested by
someone in this approach (since i have points in cgal's data structures
already)
link:
http://cgal-discuss.949826.n4.nabble.com/reading-3D-array-as-image-td4178913.html
In the link above, the person has tried to eliminate the step where we write
to an int file and read from it again in cgal, by using the image_3
class(after changing it i think)

Thanks again!



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/isosurface-construction-from-signed-distance-function-point-set-tp4661319p4661340.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page