TileImageFilter can build a 3d image from a set of 2d images. See the last line in the comments:<br><br>/** \class TileImageFilter <br> * \brief Tile multiple input images into a single output image.<br> *<br> * This filter will tile multiple images using a user-specified<br>
 * layout. The tile sizes will be large enough to accommodate the<br> * largest image for each tile. The layout is specified with the<br> * SetLayout method. The layout has the same dimension as the output<br> * image. If all entries of the layout are positive, the tiled output<br>
 * will contain the exact number of tiles. If the layout contains a 0<br> * in the last dimension, the filter will compute a size that will<br> * accommodate all of the images. Empty tiles are filled with the<br> * value specified with the SetDefault value method. The input images<br>
 * must have a dimension less than or equal to the output image. The<br> * output image have a larger dimension than the input images. This<br> * filter can be used to create a volume from a series of inputs by<br> * specifying a layout of 1,1,0. <br>
 */<br><br><br><br><div class="gmail_quote">On Thu, Feb 18, 2010 at 12:26 PM, Malsoaz James <span dir="ltr">&lt;<a href="mailto:jmalsoaz@yahoo.fr">jmalsoaz@yahoo.fr</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;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hello,<br><br>I have a set of 2D images in ITK (image type = &lt;unsigned char, 2&gt;). I would like to create a single image in 3D (ie image type = &lt;unsigned char, 3&gt;). <br><br>1 ) How can I &quot;link&quot; the images together to form this new 3D image ?<br>
2 ) Can I save this 3D image in a file to keep the data in memory ?<br>3 ) Can I display this image using any kind of software ?<br><br><br>Thank you for your help<br>Best<br>James<br></td></tr></tbody></table><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.html" target="_blank">http://www.kitware.com/products/protraining.html</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></blockquote></div><br>