Image steganography in FFT domain based on bmp file format

Algorithm overview The programming language used in this program is C#. C #'s Aforge.imaging library was initially used. After many debugging and algorithm function analysis, it is found that there are great problems in the implementation of FFT in the library. It can only transform the picture Fourier, but not the inverse transform. And ...

Posted by fatalcure on Sun, 12 Sep 2021 13:39:03 -0700