Page 1 of 1

c++ API for FFT?

Posted: 2009-11-09T09:48:37-07:00
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

Re: c++ API for FFT?

Posted: 2009-11-09T10:46:24-07:00
by magick
We'll try to get FFT / IFT into the Magick++ API by sometime this weekend. Thanks.

Re: c++ API for FFT?

Posted: 2009-11-09T11:14:34-07:00
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/

Re: c++ API for FFT?

Posted: 2009-11-09T15:34:59-07:00
by mmuratet
Thanks for answer!