[Insight-users] Convert a set of 2D images to 3D

Luis Roberto P. Paula luisrpp at gmail.com
Thu Apr 16 14:34:48 EDT 2009


Thanks Luis!! This is a much better approach (itkPasteImageFilter).

I guess it works the same way from 3D to 4D, right?

Regards,
Luis

On Thu, Apr 16, 2009 at 1:59 PM, Luis Ibanez <luis.ibanez at kitware.com>wrote:

>
> Hi Luis,
>
> If your images are in individual 2D files, then
> you could simply use the ImageSeriesReader.
>
> If your images are in an array of 2D images in
> memory, then you may want to use the Paste
> filter:
>
>    http://itk.org/Doxygen/html/itkPasteImageFilter_8h.html
>
> You will have to call it multiple times...
> once per input slice.
>
>
>    Regards,
>
>
>        Luis
>
>
> ---------------------------
>
> Luis Roberto P. Paula wrote:
>
>> Hi All,
>>
>> I have a set of 2D images in axial orientation and I want to create a 3D
>> volume with this images.
>>
>> It would be de reverse operation of the class ExtractImageFilter.
>>
>> Does anybody knows how to do it?
>>
>> Thanks in advance,
>> Luis
>>
>>
>> ------------------------------------------------------------------------
>>
>> _____________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090416/35ac6d26/attachment.htm>


More information about the Insight-users mailing list