<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Making 3D image from 2D slices is a common problem. There are examples in ITK, and here is one available online:</div><div class="gmail_default">

<font face="verdana, sans-serif"><a href="http://www.itk.org/Wiki/ITK/Examples/IO/VolumeFromSlices">http://www.itk.org/Wiki/ITK/Examples/IO/VolumeFromSlices</a></font><br></div><div class="gmail_default"><font face="verdana, sans-serif"><br>

</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 19, 2014 at 10:14 PM, Arjun S Kumar <span dir="ltr"><<a href="mailto:arjun89@cmu.edu" target="_blank">arjun89@cmu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am trying to make a 3D image with 2D slices using PastImageFIlter. Firstly, am I right in setting TinputImage to the 3D image, the TSourceImage as the 2D slice and TOutputImage as the resulting 3D image?<br>
<br>
I get the following error even just after I instantiate my PasteImageFilterType3D::pointer object.<br>
<br>
myfile.cpp:2216:1:   required from here<br>
/home/arjun/MIIA/SimpleITK-debug/ITK/Modules/Filtering/ImageGrid/include/itkPasteImageFilter.hxx:159:3: error: no matching function for call to ‘itk::ImageRegion<2u>::SetIndex(itk::PasteImageFilter<itk::Image<double, 3u>, itk::Image<double, 2u>, itk::Image<double, 3u> >::InputImageIndexType&)’<br>


<br>
This doesn't make any sense to me. I haven't done anything to my PasteImageFilter object and I am running into trouble.<br>
<br>
If you notice also, the error is coming from my first line. I defined PastImageFilterType3D in my .h file. I don't get an error if I comment out my instantiation in my cpp file but do get the error I listed above if I uncomment it. Can anyone help me find out what I'm doing wrong?<br>


<br>
Feel free to ask me for the lines of code pertaining to this issue. There are only a few anyway.<br>
<br>
Thanks,<br>
<br>
Arjun<br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
</blockquote></div><br></div>