How can i remove the horizontal lines in this image?

3 次查看(过去 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.

采纳的回答

Walter Roberson
Walter Roberson 2012-10-4
编辑:Walter Roberson 2012-10-4
median filter might possibly remove the horizontal lines.
  1 个评论
Rick
Rick 2012-10-4
编辑:Rick 2012-10-4
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Filtering and Enhancement 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by