• PM_ME_VINTAGE_30S [he/him]
    link
    English
    126 months ago

    Apply a nice gaussian kernel convolution to the fft

    I applied the following code in MATLAB:

    new_image = abs(ifft2(conv2(fft2(image),fspecial(‘gaussian’,69)))); imwrite(new_image,“new_image.png”)

    And got this:

    Figure 2024-01-15 05_40_24