<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">The InverseFFTImageFilters return only real images. You should be able to use</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div>
<div style="font-family:arial,sans-serif;font-size:13px"><a href="http://www.itk.org/Doxygen/html/classitk_1_1FFTComplexToComplexImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1FFTComplexToComplexImageFilter.html</a><br>
</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">to obtain a complex inverse image. Note that this class is in Review, so you will need to enable ITK&#39;s Review module in CMake.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Hope that helps,</div><div style="font-family:arial,sans-serif;font-size:13px">Cory</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Nov 22, 2013 at 1:51 PM, DVigneault <span dir="ltr">&lt;<a href="mailto:davis.vigneault@gmail.com" target="_blank">davis.vigneault@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for the reply, Brad!<br>
<br>
When I change the typedef to:<br>
<div class="im"><br>
typedef itk::VnlInverseFFTImageFilter&lt; ComplexImageType, ComplexImageType &gt;<br>
</div>FFTInverseFilterType;<br>
<br>
I get a very long error message during compilation, which starts with:<br>
<br>
In file included from<br>
/Users/Davis/Desktop/ITKExamples/00_Pipeline/04_harp/src/FFT.cxx:18:<br>
In file included from /usr/local/include/ITK-4.4/itkImage.h:21:<br>
In file included from /usr/local/include/ITK-4.4/itkImageRegion.h:34:<br>
In file included from /usr/local/include/ITK-4.4/itkContinuousIndex.h:22:<br>
In file included from /usr/local/include/ITK-4.4/itkIndex.h:23:<br>
In file included from /usr/local/include/ITK-4.4/itkMath.h:33:<br>
/usr/local/include/ITK-4.4/itkConceptChecking.h:394:32: error: invalid<br>
operands to binary expression<br>
      (&#39;std::complex&lt;float&gt;&#39; and &#39;unsigned int&#39;)<br>
      a = static_cast&lt; T3 &gt;( b / c );<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/Obtaining-Real-Result-from-Inverse-Fourier-Transform-tp7584430p7584432.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/Obtaining-Real-Result-from-Inverse-Fourier-Transform-tp7584430p7584432.html</a><br>

<div class="im HOEnZb">Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>