Hi, <br><br>You could try the itk::AddImageFilter&lt; TInputImage1, TInputImage2, TOutputImage &gt;<br> <br>Here you have a 2D image example: <br><br><a href="http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/AddImageFilter">http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/AddImageFilter</a><br>
<br>Good luck! <br><br>Marc<br><br><div class="gmail_quote">2013/2/1 John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Fri, Feb 1, 2013 at 5:20 AM, tao sun &lt;<a href="mailto:colddiesun@gmail.com">colddiesun@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m trying to append one 3D image to another, resulting in another 3D image.<br>
&gt; I understand creating a new image and copy each to the new image is a<br>
&gt; possible way. But is there a existing filter can achieve this?<br>
&gt;<br>
<br>
</div></div>My first thought is to try itk::TileImageFilter<br>
<br>
<a href="http://www.itk.org/Doxygen/html/classitk_1_1TileImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1TileImageFilter.html</a><br>
<br>
John<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>
</blockquote></div><br>