<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Thank you for this answer.<br><br>Is there any example using this class ?<br><br>Best<br>James<br><br>--- En date de&nbsp;: <b>Jeu 18.2.10, Bill Lorensen <i>&lt;bill.lorensen@gmail.com&gt;</i></b> a écrit&nbsp;:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Bill Lorensen &lt;bill.lorensen@gmail.com&gt;<br>Objet: Re: [Insight-users] How to build a 3D image from 2D images ?<br>À: "Malsoaz James" &lt;jmalsoaz@yahoo.fr&gt;<br>Cc: insight-users@itk.org<br>Date: Jeudi 18 février 2010, 17h54<br><br><div id="yiv1657221241">TileImageFilter can build a 3d image from a set of 2d images. See the last line in the comments:<br><br>/** \class TileImageFilter <br>&nbsp;* \brief Tile multiple input images into a single output image.<br>&nbsp;*<br>&nbsp;* This filter will tile multiple images using a
 user-specified<br>
&nbsp;* layout. The tile sizes will be large enough to accommodate the<br>&nbsp;* largest image for each tile. The layout is specified with the<br>&nbsp;* SetLayout method. The layout has the same dimension as the output<br>&nbsp;* image. If all entries of the layout are positive, the tiled output<br>
&nbsp;* will contain the exact number of tiles. If the layout contains a 0<br>&nbsp;* in the last dimension, the filter will compute a size that will<br>&nbsp;* accommodate all of the images. Empty tiles are filled with the<br>&nbsp;* value specified with the SetDefault value method. The input images<br>
&nbsp;* must have a dimension less than or equal to the output image. The<br>&nbsp;* output image have a larger dimension than the input images. This<br>&nbsp;* filter can be used to create a volume from a series of inputs by<br>&nbsp;* specifying a layout of 1,1,0. <br>
&nbsp;*/<br><br><br><br><div class="gmail_quote">On Thu, Feb 18, 2010 at 12:26 PM, Malsoaz James <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:jmalsoaz@yahoo.fr" target="_blank" href="/mc/compose?to=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 "link" 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 rel="nofollow" target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a rel="nofollow" target="_blank" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a rel="nofollow" target="_blank" href="http://www.kitware.com/products/protraining.html">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a rel="nofollow" target="_blank" href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a rel="nofollow" target="_blank" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>
</div></blockquote></td></tr></table><br>