Force Deterministic Algorithm in FFTW?
Posted: 2010-09-07T17:52:08-07:00
Is it possible to force Magick++ to use deterministic algorithm while doing Fourier transforms?
It looks like my Magick++ app produces slightly different images, sporadically. I suspect this is the fftw issue. I am doing deconvolution so most probably small errors multiply and I am able to notice the difference. I believe it has something to do with fftw running in non-deterministic mode:
http://www.fftw.org/faq/section3.html#nondeterministic
Thank you!
It looks like my Magick++ app produces slightly different images, sporadically. I suspect this is the fftw issue. I am doing deconvolution so most probably small errors multiply and I am able to notice the difference. I believe it has something to do with fftw running in non-deterministic mode:
http://www.fftw.org/faq/section3.html#nondeterministic
Thank you!