<pre>Hi all,<br><br>May be this question can be &quot;obvious&quot;, but I&#39;m searching about the theme and<br>I&#39;m very confused.<br>What&#39;s I&#39;m doing:<br>1 - Reading a DICOM serie with the itk::GDCMImageIO and
<br>itk::ImageSeriesReader;<br>2 - Casting the image type to unsigned char by using<br>itk::RescaleIntensityImageFilter;<br>3 - Extracting slices from x, y and z by using itk::ExtractImageFilter;<br><br>Well, when I extract in transversal ( z direction ) the images are correctly
<br>extracted. But when I extract the others axis, that&#39;s not works.<br>I think that&#39;s are because the slices in z direction are the &quot;real&quot; slices,<br>and to extract in other axis I need to do some interpolation task before.
<br>Then I think that&#39;s I need:<br>1 - Choose the apropriate aproach to interpolate ( e.g Linear );<br>2 - Set some filter to do this and, at least, set the size and<br>spacing of the output image ( that&#39;s values can be achieved from my original
<br>image, correct? )<br>3 - Runs the filter and works with the output image to cast to unsigned char<br>and extract my slices.<br><br>After taking a look at Software Guide and some internet searchs, I&#39;m yet<br>pretty confused if that&#39;s are the correct way and where are the correct
<br>filters to do that, or if have another way to follow.<br>Then:<br>That&#39;s are the correct way?<br>If not, where I needs to start?<br>Have some code example of this task?<br><br>Thanks in advance,<br><br>Wagner Sales
<br><br>PS: This message was posted two times before. Sorry if you are receiving by the third time, I was not received the message back from the list, and I was received my test message to check if are an issue that&#39;s concerns with my mail address.
<br></pre>