unsharp masking
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (1)
Stefan
il 8 Mag 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 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!