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

Cory Quammen cory.quammen at kitware.com
Fri Jul 10 17:55:49 EDT 2015


On Fri, Jul 10, 2015 at 4:48 PM, Neel007 <sayanmaity.10 at gmail.com> wrote:

> I have a quick question :
>
> Does:
>
> vtkImageBlend
> (http://www.vtk.org/Wiki/VTK/Examples/Cxx/Images/CombineImages) generate
> 3D
> / Volumetric representation of 2D Image Data by appending them
>

Nope. See vtkImageAppend for that functionality.


> Or
>
> vtkAppendPolyData(
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/CombinePolyData)
> enerate 3D / Volumetric representation of 2D vtkPolyData by appending them
>
> a response will be highly appreciate.
>

Nope. It combines the various polydata you set as its input into a single
polydata output. Are you trying to create a surface from a set of contours?
If so, vtkVoxelContoursToSurfaceFilter might do what you want.

HTH,
Cory


>
> --
> 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-tp5732834.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/20150710/5e1aed82/attachment.html>


More information about the vtkusers mailing list