Thanks Luis!! This is a much better approach (itkPasteImageFilter).<br><br>I guess it works the same way from 3D to 4D, right?<br><br>Regards,<br>Luis<br><br><div class="gmail_quote">On Thu, Apr 16, 2009 at 1:59 PM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Luis,<br>
<br>
If your images are in individual 2D files, then<br>
you could simply use the ImageSeriesReader.<br>
<br>
If your images are in an array of 2D images in<br>
memory, then you may want to use the Paste<br>
filter:<br>
<br>
    <a href="http://itk.org/Doxygen/html/itkPasteImageFilter_8h.html" target="_blank">http://itk.org/Doxygen/html/itkPasteImageFilter_8h.html</a><br>
<br>
You will have to call it multiple times...<br>
once per input slice.<br>
<br>
<br>
    Regards,<br>
<br>
<br>
        Luis<br>
<br>
<br>
---------------------------<div><div></div><div class="h5"><br>
Luis Roberto P. Paula wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi All,<br>
<br>
I have a set of 2D images in axial orientation and I want to create a 3D volume with this images.<br>
<br>
It would be de reverse operation of the class ExtractImageFilter.<br>
<br>
Does anybody knows how to do it?<br>
<br>
Thanks in advance,<br>
Luis<br>
<br>
<br></div></div><div class="im">
------------------------------------------------------------------------<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div></blockquote>
</blockquote></div><br>