Stuck with forwardFourierTransform in Magick++
Posted: 2010-08-21T07:03:52-07:00
Hello All,
I am stuck understanding how forwardFourierTransform operates with images:
Image tmpI
...
tmpI.forwardFourierTransform(true); /* true returns magnitude/phase pair, otherwise real/imaginary pair */
Results in a single magnitude image saved to tmpI. Please, help to understand how to get the phase image?
Thank you and I am sorry if this question is lame. I have tried Googling but have not found at least a single example of forwardFourierTransform usage.
Max
I am stuck understanding how forwardFourierTransform operates with images:
Image tmpI
...
tmpI.forwardFourierTransform(true); /* true returns magnitude/phase pair, otherwise real/imaginary pair */
Results in a single magnitude image saved to tmpI. Please, help to understand how to get the phase image?
Thank you and I am sorry if this question is lame. I have tried Googling but have not found at least a single example of forwardFourierTransform usage.
Max