I have an image aa.png. how to get its fourier tranform in the image aa_ft. png ?
I am working on a windows version, and I do not understand the command to enter to get it ?
How to use forwardFourierTransformImage ? it should works with which setup ? Can someone give me an example ?
Thanks,
Laurent
Accessing multi-frame image in Magick++
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Accessing multi-frame image in Magick++
[Mod note: moved to own topic in Users forum.]
For details about Fourier processing, see http://www.fmwconcepts.com/imagemagick/ ... urier.html
To do Fourier processing, you need FFTW to be linked in. The standard Windows binaries don't have this, so you would need to compile it yourself.
For details about Fourier processing, see http://www.fmwconcepts.com/imagemagick/ ... urier.html
To do Fourier processing, you need FFTW to be linked in. The standard Windows binaries don't have this, so you would need to compile it yourself.
snibgo's IM pages: im.snibgo.com