How can i remove the horizontal lines in this image?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 4 Okt. 2012
Bearbeitet: Walter Roberson
am 4 Okt. 2012
median filter might possibly remove the horizontal lines.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!