Otherwise_Direction7@monyet.cc to 196@lemmy.blahaj.zone · edit-210 months 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-up196arrow-down10
arrow-up196arrow-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-210 months agomessage-square38fedilink
minus-squaredrailin@kbin.sociallinkfedilinkarrow-up8·10 months agoApply a nice gaussian kernel convolution to the fft and smooth that doodle out! Lets get blurry up in this doodle party!
minus-squarePM_ME_VINTAGE_30S [he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up12·10 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:
minus-squaredrailin@kbin.sociallinkfedilinkarrow-up5·10 months agoJust noticed that you chose the nicest kernel size. Even better.
Apply a nice gaussian kernel convolution to the fft and smooth that doodle out! Lets get blurry up in this doodle party!
I applied the following code in MATLAB:
And got this:
Oh fuck yeah
Just noticed that you chose the nicest kernel size. Even better.