[vtkusers] Holes in surface vs volume
Asad A. Abu-Tarif
tarifa at rpi.edu
Thu May 9 19:21:17 EDT 2002
Hi Gary,
I'm assuming that you are using something like
the Marching Cubes or vtkContourFilter to find
the isosurface(s).
I faced the same thing when I started using
vtk few years back. If I remember correctly,
the reason was that the voxels with the intensity
value where I wanted my isosurface were
not 8-connected. You don't want them to have
only edge connectivity, you need face
connectivity!! A simple quick test would be
to dilate first and see if this fixes the problem.
If it does, then make sure to regenerate the
vtkStructuredPoints.
Regards,
Asad
***************************************************************************
* Asad A. Abu-Tarif
* Computer Engineering.
* PhD Candidate, Rensselaer Polytechnic Institute (RPI).
* http://asad.ods.org/Professional/
* tarifa at rpi.edu
* Registration Toolkit: http://asad.ods.org/RegMagicTKDoc/
***************************************************************************
----- Original Message -----
From: "Gary L. Graf" <glgraf at asu.edu>
To: "vtk vtk" <vtkusers at public.kitware.com>
Sent: Thursday, May 09, 2002 7:15 PM
Subject: [vtkusers] Holes in surface vs volume
> Hi,
> I have a data set in in regular grid represented by a
> vtkStructuredPoints. I can easily find the iso-surface but when
> rendered it will leave holes at the boundary of the grid even though all
> the data inside and on the iso-surface is the same, constant, value.
> What I would like to do is see the shape as a solid rather than as
> independent walls with holes and gaps. How do I go about doing that?
> Thanks - Gary Graf
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list