且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在C#中实现离散傅里叶变换及其对图像的反转?

更新时间:2022-06-12 15:51:07

很难帮助那些可以尝试在CodeProject上发布并失败的人在问题中引用它。



因此,只能提供一般帮助。写下傅里叶变换代码或使用一些现有的库。其中一个适用于图像的库是着名的AForge.NET。请参阅: FFT方法 [ ^ ]。



我用它,没问题。



您可以找到更多:让我谷歌为你找到 [ ^ ]。



一篇特别文章: C#中的FFT Gerry Beauregard [ ^ ]。



在CodeProject上:

C#中图像的2D FFT [ ^ ],

如何实现FFT算法 [ ^ ],

搜索 - CodeProject [ ^ ]。



在SourceForge上: FFT免费下载 - SourceForge [ ^ ]。



-SA
It's hard to help someone who can try something published on CodeProject and failed to reference it in the question.

So, only a general help can apply. Write that Fourier Transform code or use some existing libraries. One of such libraries applicable for images is famous AForge.NET. Please see: FFT Method[^].

I used it, faced no problem.

You can find a lot more: Let me google that for you[^].

One particular article: An FFT in C# | Gerry Beauregard[^].

On CodeProject:
2D FFT of an Image in C#[^],
How to implement the FFT algorithm[^],
Search — CodeProject[^].

On SourceForge: FFT free download — SourceForge[^].

—SA