FFTW vs. OpenCV cvDFT

后端 未结 2 466
孤街浪徒
孤街浪徒 2021-02-06 06:32

Can I expect a speedup when using FFTW (http://www.fftw.org/) instead of OpenCV\'s cvDFT (http://goo.gl/YCHj0)?

My program\'s runtime is heavily determined by the applic

2条回答
  •  粉色の甜心
    2021-02-06 06:57

    A more up to date and pretty well done comparison between several FFT options, there are pretty fast and free options:

    https://github.com/project-gemmi/benchmarking-fft

提交回复
热议问题