unsharp masking
4 views (last 30 days)
Show older comments
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 Comment
Answers (1)
Stefan
on 8 May 2012
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
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!