how to create a notch filter for the image to remove noise?
42 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Siddardha Mamillapalli
le 19 Déc 2016
Commenté : Image Analyst
le 5 Juin 2020
i have an image with periodic noise

after applying the fourier transform and fftshift i got

help me to design the notch filters to remove the noise
0 commentaires
Réponse acceptée
Image Analyst
le 19 Déc 2016
See my FFT filter demo, attached.
3 commentaires
Karissa Tilbury
le 5 Juin 2020
Can I ask how the amplitudeThreshold in line 73 is determined? Trial and error? Or did you use some histogram approach? Also curious about line 87 where you removed the brightSpike for DC between rows 115-143. How did you know this was the location?
Image Analyst
le 5 Juin 2020
Siddarha, that image does not have periodic noise.
Karissa, the threshold is determined by trial and error. Adjust it until you get the best result.
The DC spike will always be exactly at the exact center of the spectrum.
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

