fft2d icon indicating copy to clipboard operation
fft2d copied to clipboard

Fourier transform for 2D data such as images

Results 3 fft2d issues
Sort by recently updated
recently updated
newest added

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...