[vtkusers] surface reconstruction from a tack of contours

David Gobbi david.gobbi at gmail.com
Wed Mar 4 09:56:19 EST 2015


On Wed, Mar 4, 2015 at 1:50 AM, Zein Salah <zeinsalah at gmail.com> wrote:

>
> does vtk actually have an algorithm for reconstructing a 3D surface
> from a stack of contours?
>

No, I don't think that VTK has an algorithm for stitching contours to make
a surface.  But you could use VTK to convert the stack of contours into
a stack of image slices, and then use e.g. MarchingCubes to generate a
surface.  There would be a loss of precision, however, so it isn't an ideal
solution.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150304/443878ae/attachment.html>


More information about the vtkusers mailing list