c++ API for FFT?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mmuratet

c++ API for FFT?

Post by mmuratet »

Greetings

Looking at the documentation links from the ImageMagick++ web page and this forum it appears that the FFT functionality hasn't made it into the c++ API yet. Is this the case? I have the Burke/Winehaus code dated 1/31/08. Is there anything later?

Thanks

Mike
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: c++ API for FFT?

Post by magick »

We'll try to get FFT / IFT into the Magick++ API by sometime this weekend. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: c++ API for FFT?

Post by fmw42 »

Don't use the 1/31/08 code. It is buggy and outdated. It was preliminary development for testing proof of concept. Wait for Magick to fold the current FFT that is now part of command line IM into your API. For examples, see

http://www.fmwconcepts.com/imagemagick/ ... urier.html
http://www.imagemagick.org/Usage/fourier/
mmuratet

Re: c++ API for FFT?

Post by mmuratet »

Thanks for answer!
Post Reply