Fourier Transform and Fourier Transform Surface

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
sosshewale

Fourier Transform and Fourier Transform Surface

Post by sosshewale »

Hello,

I am new to image-processing and very much puzzled with the terms like "Fourier Transform" or "Fourier Transform Surface" of image.
I guess they are 2D and 3D images.


I am interested to create images similar to the images created by tool called FTL-SE (jCrystal - http://www.jcrystal.com/products/ftlse/index.htm). The jCrystal lacks scripting support (very limited support). That works on Windows environment but does not work on Linux.
On Linux - i tried using that under wine - but fails to save images in .bmp.

But limited support to programming interface is bottleneck.

Thanks in advance,

--sos
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Fourier Transform and Fourier Transform Surface

Post by fmw42 »

ImageMagick can do FFT processing similar to what this tool does. You can run it from the command line, but I am not aware of whether it has been included in any IM API. One of the IM experts may have to reply on that point.

See techniques and examples tutorial at http://www.fmwconcepts.com/imagemagick/ ... urier.html

and my (unix/bash) scripts that could be run on Windows under Cygwin at the link below
Post Reply