Just an implementation of the 2D FFT used to process images. It also contains implementations of convolution kernels like Gaussian kernel (mostly used in blurring images). CAUTION: The GUI is poorly designed lol. This was used to analyze non-uniform 2D samples using FFT which was the focus of my 3rd year project in uni. I hope it helps anyone :)
-
Updated
Apr 16, 2023 - Java