unsharp masking
Mostrar comentarios más antiguos
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 comentario
Sajina Rose
el 28 de En. de 2020
Jim, Did you get the code for unsharp masking?
Respuestas (1)
Stefan
el 8 de Mayo de 2012
0 votos
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
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!