Effacer les filtres
Effacer les filtres

How can i remove the horizontal lines in this image?

6 vues (au cours des 30 derniers jours)
Rick
Rick le 4 Oct 2012
Hi all,
I am trying to enhance degrade image such that it looks similar to the original.
I have used:
img = histeq(img,imhist(img1));
to transfer the original histogram to the degraded image. How can I remove all those "blocks"?
I have tried using a LPF, but in vain.

Réponse acceptée

Walter Roberson
Walter Roberson le 4 Oct 2012
Modifié(e) : Walter Roberson le 4 Oct 2012
median filter might possibly remove the horizontal lines.
  1 commentaire
Rick
Rick le 4 Oct 2012
Modifié(e) : Rick le 4 Oct 2012
I have tried this:
img2 = imread('Image2.bmp');
en_img2 = medfilt2(img2);
imshow(en_img2);
The degraded image still have the horizontal lines. Isn't median filter use for "salt and pepper" noise?
EDIT:
I have used this answer found in this link:
Although the enhanced image is not as good as the original. But it is very close to it.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by