MantisBT - ITK
View Issue Details
0001923ITKpublic2005-06-10 03:202010-11-04 22:11
kavec 
Luis Ibanez 
urgentfeaturealways
closedno change required 
 
 
completed
0001923: Complex FFT support in ITK
Due to the reasons mentioned in the ITK's bug/feature request number 1918, ITK should have support for complex (i)FFT
No tags attached.
Issue History
2007-09-19 10:38Luis IbanezNote Added: 0009125
2010-11-04 22:11Cory W QuammenSprint Status => completed
2010-11-04 22:11Cory W QuammenNote Added: 0022876
2010-11-04 22:11Cory W QuammenStatusassigned => closed
2010-11-04 22:11Cory W QuammenResolutionopen => no change required

Notes
(0002495)
kavec   
2005-06-14 09:54   
Hi. I have written filter classes for complex FFT myself, just to practice. These are itkFFTComplexToComplexImageFilter, which is the base class and itkFFTWComplexToComplexImageFilter, which is the FFTW implementation. The base class has a virtual method to set the direction of FFT. I am happy to share the objects. Drop me an email, if there is any interest. Cheers. Martin
(0009125)
Luis Ibanez   
2007-09-19 10:38   
to be done in WA10
(0022876)
Cory W Quammen   
2010-11-04 22:11   
The requested classes appear to be in ITK now.