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

DVigneault davis.vigneault at gmail.com
Fri Nov 22 14:20:33 EST 2013


Thanks Cory--I think I'm almost there.  I've set up the
FFTComplexToComplexImageFilter, but I can't figure out how to set the
direction to INVERSE.

I'm looking at this part of the documentation here:

http://www.itk.org/Doxygen/html/classitk_1_1FFTComplexToComplexImageFilter.html#ab9cf29f3a3e0f9ba492da7875d83fd4e


I've tried:

    fftInverseFilter->SetTransformDirection( INVERSE );
    fftInverseFilter->SetTransformDirection( 'INVERSE' );
    fftInverseFilter->SetTransformDirection( "INVERSE" );

...but I get an error in each case.  Sorry, I'm sure this is very simple,
I'm just quite new to C++ and to ITK.

Best, and thanks again,

--Davis



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


More information about the Insight-users mailing list