mpizenberg / fft2d

Fourier transform for 2D data such as images
Mozilla Public License 2.0
19 stars 5 forks source link

Integration in image-rs #2

Open TheSirC opened 2 years ago

TheSirC commented 2 years ago

Greetings!

Amazing work on this implementation of the 2D FFT!

I think that your work would be right at home in the imageproc crate !

I am nor a maintainer nor a contributor to the crate but I just thought I would give you this recommendation in case you did not know about it. Feel free to ignore it!

Have a good one !

mpizenberg commented 2 years ago

Thanks @TheSirC ! I'm not planning to ask the imageproc crate if they are interested in integrating this. Not really because I don't want to or because I don't think it will fit there. Just because it will take time to do so, and to maintain compat in the future. But if you are interested in doing the integration work, don't hesitate to go for it. I don't mind guiding around this code base. And the license here (MPL-2.0) is compatible with MIT of the imageproc crate to my knowledge so you can even copy paste the whole code that is relevant and keep the mpl header for fft2 files instead of depending on this crate to have more flexibility in the future.