09 September 2012 10 9K Report

I have to compute the FFT of sparse binary images - where pixel values are either zero or one, but mostly zero. I'm currently using FFTW under MinGW but I'd like to know if a faster implementation (for this particular type of images) exists.

Similar questions and discussions