I was reading the nice tutorial of Fred Weinhaus on Fourier Transforms:
www.imagemagick.org/Usage/fourier/#fourier_transform
It is very clear, but I didn't catch was what is the difference between +ift/+fft and -fft/-ift.
Thanks!
What is the difference between +ift/+fft and -ift/-fft
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: What is the difference between +ift/+fft and -ift/-fft
The - form create magnitude/phase image pairs that can be used without HDRI compile IM. The + form creates real/imaginary image pairs that can only be used with HDRI compiled Imagemagick. My personal tutorial is at http://www.fmwconcepts.com/imagemagick/ ... urier.html