Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~108 People Reached
Favorite Forums
Member Avatar for Lilal

Hey, I'm trying to remove both periodic and random noise from an image. Using : im=imread('Noise.bmp'); imout=medfilt2(im); imshow(imout); I can easily remove all the random noise, but I'm confused how to use FFT (fast furiour transform) to remove the periodic noise. (example shown in attachment). I understand you need to …

Member Avatar for volkans
0
108