How can i remove the horizontal lines in this image?
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2012-10-4
编辑:Walter Roberson
2012-10-4
median filter might possibly remove the horizontal lines.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!