Hi Grego <div><br></div><div>Have you evaluated the option of using SimpleITK ? If your project is not yet too much advanced in C++ coding, Combining SimpleITK and Numpy is a no-brainer for this type of situations...</div>
<div><br></div><div>Regards</div><div><br></div><div>Sam<br><br><div class="gmail_quote">On Wed, Sep 5, 2012 at 3:27 PM, Gregoouc <span dir="ltr"><<a href="mailto:gregoris.liasis@st.ouc.ac.cy" target="_blank">gregoris.liasis@st.ouc.ac.cy</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
Thank you Robert but unfortunatelly this didnt work.<br>
<br>
Any other ideas?<br>
<br>
Thank you in advance.<br>
<br>
Grego<br>
<br>
<br>
<br>
Robert Tamburo-2 wrote:<br>
><br>
</div><div><div class="h5">> Looks like TileImageFilter should do what you want by correctly setting<br>
> the<br>
> layout. Try modifying this example for putting two images side by side<br>
> <a href="http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/TileImageFilter_SideBySide" target="_blank">http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/TileImageFilter_SideBySide</a><br>
><br>
><br>
> from<br>
><br>
> layout[0] = 2;<br>
> layout[1] = 0;<br>
><br>
><br>
> to<br>
><br>
> layout[0] = 0;<br>
> layout[1] = 2;<br>
><br>
><br>
><br>
><br>
> On Wed, Sep 5, 2012 at 10:02 AM, Gregoouc<br>
> <<a href="mailto:gregoris.liasis@st.ouc.ac.cy">gregoris.liasis@st.ouc.ac.cy</a>>wrote:<br>
><br>
>><br>
>> Dear all,<br>
>><br>
>> Does anybody know how to combine multible images into one vertical?<br>
>> Similar<br>
>> with the TileImageFilter but not horizontal side by side, vertical one<br>
>> down<br>
>> the other.<br>
>><br>
>> Thank you<br>
>><br>
>> Grego<br>
>><br>
>> --<br>
>> View this message in context:<br>
>> <a href="http://old.nabble.com/Combine-Images-into-one-vertical-tp34392491p34392491.html" target="_blank">http://old.nabble.com/Combine-Images-into-one-vertical-tp34392491p34392491.html</a><br>
>> Sent from the ITK - Users mailing list archive at Nabble.com.<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>
>> Kitware offers ITK Training Courses, for more information visit:<br>
>> <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
>><br>
>> Please keep messages on-topic and check the ITK FAQ at:<br>
>> <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>
>><br>
><br>
><br>
><br>
> --<br>
> robert<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>
> Kitware offers ITK Training Courses, for more information visit:<br>
> <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
><br>
> Please keep messages on-topic and check the ITK FAQ at:<br>
> <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>
><br>
><br>
<br>
--<br>
</div></div>View this message in context: <a href="http://old.nabble.com/Combine-Images-into-one-vertical-tp34392491p34394106.html" target="_blank">http://old.nabble.com/Combine-Images-into-one-vertical-tp34392491p34394106.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK - Users mailing list archive at Nabble.com.<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>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<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></div></blockquote></div><br></div>