[vtkusers] surface reconstruction from a tack of contours

Zein Salah zeinsalah at gmail.com
Thu Mar 5 03:04:56 EST 2015


this is what I have been doing till now. unfortunately, this procedure
is also slow.

2015-03-04 15:56 GMT+01:00 David Gobbi <david.gobbi at gmail.com>:
> 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
>


More information about the vtkusers mailing list