<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&nbsp; int&nbsp;&nbsp; PixelType_3D;<br>typedef&nbsp; itk::Image&lt; PixelType_3D, 3&gt; ImageType3D;</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">ImageType3D::ConstPointer image;</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">image = SeriesReader-&gt;GetOutput();</font></div>
<div><font style="BACKGROUND-COLOR: #c7edcc">The data is stored pointer image now, but I don&#39;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>