[ITK Community] [Insight-users] Obtaining Real Result from Inverse Fourier Transform

DVigneault davis.vigneault at gmail.com
Fri Nov 22 13:51:39 EST 2013


Thanks for the reply, Brad!

When I change the typedef to:

typedef itk::VnlInverseFFTImageFilter< ComplexImageType, ComplexImageType > 
FFTInverseFilterType;

I get a very long error message during compilation, which starts with:

In file included from
/Users/Davis/Desktop/ITKExamples/00_Pipeline/04_harp/src/FFT.cxx:18:
In file included from /usr/local/include/ITK-4.4/itkImage.h:21:
In file included from /usr/local/include/ITK-4.4/itkImageRegion.h:34:
In file included from /usr/local/include/ITK-4.4/itkContinuousIndex.h:22:
In file included from /usr/local/include/ITK-4.4/itkIndex.h:23:
In file included from /usr/local/include/ITK-4.4/itkMath.h:33:
/usr/local/include/ITK-4.4/itkConceptChecking.h:394:32: error: invalid
operands to binary expression
      ('std::complex<float>' and 'unsigned int')
      a = static_cast< T3 >( b / c );



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Obtaining-Real-Result-from-Inverse-Fourier-Transform-tp7584430p7584432.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users



More information about the Community mailing list