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 (<a href="http://www.paraview.org">http://www.paraview.org</a>)  Paraview can open a variety of image formats, and can save out the data to the .vti format.<br>

<br>Pat<br><br><br><div class="gmail_quote">On Fri, Feb 3, 2012 at 9:42 AM, Pop Silviu <span dir="ltr"><<a href="mailto:silviupop90@yahoo.com">silviupop90@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Hello,</div><div>I'm building an application for medical image processing that will run on the iPad for my bachelor's thesis.</div>

<div>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")</div><div><br></div><div>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"?</div>

<div>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.</div><div><br></div><div>Thanks in advance for your time,</div>

<span class="HOEnZb"><font color="#888888"><div>Silviu Pop</div><div><br></div></font></span></div></div><br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br>