fft2d
fft2d copied to clipboard
Fourier transform for 2D data such as images
This my try for #4. The first commit implements it only for the FFT in the slice module which is the only case I'm interested to use, but I also...
Hello, is there any reason why the functions in the slice module are not generic for f32 and f64? I think it is only a matter of allowing any type...
Greetings! Amazing work on this implementation of the 2D FFT! I think that your work would be right at home in the [imageproc](https://github.com/image-rs/imageproc) crate ! I am nor a maintainer...