How can i remove the horizontal lines in this image?
4 ビュー (過去 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!