[vtkusers] Does vtkImageBlend or vtkAppendPolyData generate 3D / Volumetric representation of 2D Image Data or PolyData respectively

Cory Quammen cory.quammen at kitware.com
Mon Jul 27 09:22:55 EDT 2015


Tetgen will generate an unstructured grid for you. You need to provide it a
surface that defines the boundary of the mesh. tetgen does not read VTK
files directly, but you could easily convert the surface you have from
thresholding the volume to an STL or PLY file that tetgen can read. See,
e.g. [1]. If you are going this route, you just need to get the surface of
your volume - you can do this with the vtkContourFilter applied to your
full 3D stack of images.

[1] http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteSTL

On Sun, Jul 26, 2015 at 12:58 PM, Neel007 <sayanmaity.10 at gmail.com> wrote:

> Hi Cory,
>
> I already build Tet-gen as a callable-library on Windows using CMake & then
> Visual Studio following the steps:
>
> http://lightspeedbanana.blogspot.com/2014/03/building-tetgen-as-library-on-windows.html
>
> *Please give me some suggestion how to include the Vtk Image data/
> Unstructured grid data to visualize the 2D series *.tiff data.
> *
> Thanks.
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Does-vtkImageBlend-or-vtkAppendPolyData-generate-3D-Volumetric-representation-of-2D-Image-Data-or-Poy-tp5732834p5733104.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150727/fd6ccfa6/attachment.html>


More information about the vtkusers mailing list