[vtkusers] Surface from points
David Doria
daviddoria at gmail.com
Thu Dec 16 15:11:55 EST 2010
On Thu, Dec 16, 2010 at 3:07 PM, Gib Bogle <g.bogle at auckland.ac.nz> wrote:
> I'm looking at a dataset that is a collection of (x,y,z) points that lie on
> a complex surface. The way the points are generated ensures that they are
> closely spaced. I want to generate and render the 3D surface in VTK. I'm
> guessing that this is a commonly-encountered situation, and I'm hoping that
> someone can give me a quick pointer to the best way to approach it.
>
> The points are actually in the form of 540 z-slices, and in each slice
> there is a set of polygons, i.e. a set of (x,y) sequences. The (x,y) point
> spacing is less than the (constant) z spacing. (The slices were extracted
> from microscopic images.) There are about 1,000,000 points.
>
> Thanks.
Take a look at these examples:
http://www.vtk.org/Wiki/VTK/Examples/Cxx#Surface_reconstruction
Particularly the ones that use:
<http://www.vtk.org/Wiki/VTK/Examples/Cxx#Surface_reconstruction>
vtkSurfaceReconstructionFilter<http://www.vtk.org/doc/nightly/html/classvtkSurfaceReconstructionFilter.html>
Let us know how it goes.
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101216/da0b6ce1/attachment.htm>
More information about the vtkusers
mailing list