unsharp masking
古いコメントを表示
Hi,
I need to write a code to create unsharp masking to an image(to remove blurr) and then apply high boost filter to it?
Can any body suggest me, how to start with this.
Thanks in advance
1 件のコメント
Sajina Rose
2020 年 1 月 28 日
Jim, Did you get the code for unsharp masking?
回答 (1 件)
Stefan
2012 年 5 月 8 日
0 投票
to reduce noise (wrong pixels) use a median or mean filter. http://www.mathworks.de/help/toolbox/images/ref/medfilt2.html
consider: too big values for [m n] will also reduce your image details
カテゴリ
ヘルプ センター および File Exchange で Image Filtering についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!