96
submitted 1 year ago* (last edited 1 year ago) by Otherwise_Direction7@monyet.cc to c/196
you are viewing a single comment's thread
view the rest of the comments
[-] PM_ME_VINTAGE_30S@lemmy.sdf.org 12 points 1 year 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

[-] drailin@kbin.social 7 points 1 year ago
[-] drailin@kbin.social 5 points 1 year ago

Just noticed that you chose the nicest kernel size. Even better.

this post was submitted on 14 Jan 2024
96 points (100.0% liked)

196

17134 readers
2069 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS