Otherwise_Direction7@monyet.cc to 196@lemmy.blahaj.zone · edit-22 years agoLet's play a little rule game in here. Take this doodle sketch, you can do anything with it (redraw or whatever), but you need to share the process of making it in this comment section.monyet.ccimagemessage-square38fedilinkarrow-up192arrow-down10
arrow-up192arrow-down1imageLet's play a little rule game in here. Take this doodle sketch, you can do anything with it (redraw or whatever), but you need to share the process of making it in this comment section.monyet.ccOtherwise_Direction7@monyet.cc to 196@lemmy.blahaj.zone · edit-22 years agomessage-square38fedilink
minus-squarePM_ME_VINTAGE_30S [he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up10·2 years 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:
minus-squaredrailin@kbin.sociallinkfedilinkarrow-up5·2 years agoJust noticed that you chose the nicest kernel size. Even better.
I applied the following code in MATLAB:
And got this:
Oh fuck yeah
Just noticed that you chose the nicest kernel size. Even better.