<div><font style="BACKGROUND-COLOR: #008000">Hi,</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">I read the serial image with the class itk::ImageSeriesReader. Now, I want to obtain the parameters, such as origion, spacing and so on.</font><font style="BACKGROUND-COLOR: #c7edcc"><br>
typedef int PixelType_3D;<br>typedef itk::Image< PixelType_3D, 3> ImageType3D;</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">ImageType3D::ConstPointer image;</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">image = SeriesReader->GetOutput();</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">The data is stored pointer image now, but I don't know how to get the value of each paramter, such as the double value of spacing, spacing_x = ?</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">Thanks!</font></div>