How can i remove the horizontal lines in this image?
4 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Walter Roberson
on 4 Oct 2012
Edited: Walter Roberson
on 4 Oct 2012
median filter might possibly remove the horizontal lines.
More Answers (0)
See Also
Categories
Find more on Image Filtering and Enhancement in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!