[Insight-users] reduce image dimension

Luis Ibanez luis.ibanez at kitware.com
Fri Nov 12 19:25:52 EST 2004


Hi Aaron,

You can easily extract specific slices from a
3D volume by using the itk::ExtractImageFilter.

http://www.itk.org/Insight/Doxygen/html/classitk_1_1ExtractImageFilter.html

For an example on how to do this, please look at the file:

    Insight/Examples/IO/ImageReadExtractWrite.cxx

This example is described in detail in the ITK Software Guide


     http://www.itk.org/ItkSoftwareGuide.pdf


Section 7.5, "Extracting Slices", pdf-page 228.


Please let us know if you have further questions,


    Thanks


      Luis


------------------
Aaron Skewes wrote:
> Hi,
> 
>  
> 
> Is it possible to take a 3D image, and just write specific slices to a 
> 2D image ? How might one accomplish this?
> 
>  
> 
> Thanks,
> 
> Aaron
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users






More information about the Insight-users mailing list