[Ves] Create .vti file from a series of images

Pat Marion pat.marion at kitware.com
Fri Feb 3 10:04:10 EST 2012


VES does not contain code to produce a 3D volume from an imags stack, but
you could accomplish it using custom VTK code.  Perhaps the easiest
solution is to convert your image stack into a 3d image format that you can
open in ParaView (http://www.paraview.org)  Paraview can open a variety of
image formats, and can save out the data to the .vti format.

Pat


On Fri, Feb 3, 2012 at 9:42 AM, Pop Silviu <silviupop90 at yahoo.com> wrote:

> Hello,
> I'm building an application for medical image processing that will run on
> the iPad for my bachelor's thesis.
> I'm trying to add 3D visualisation of the data sets to the app. (something
> similar to the behavior of Kiwi when loading "head.vti")
>
> How can I build a .vti file out of a series of images? Is there any class
> in VES that can accomplish this or do I have to write an XML file like
> "head.vti"?
> I tried googling a solution and found out about vtkXMLImageWriter but once
> I include the file "vtkXMLImageWriter.h" in my project I get 90+ errors.
>
> Thanks in advance for your time,
> Silviu Pop
>
>
> _______________________________________________
> Ves mailing list
> Ves at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/ves
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20120203/aa8fa494/attachment-0001.html>


More information about the Ves mailing list