Remove noise from the image
Mostrar comentarios más antiguos
I have a image of a coin I wanted to make a circular mask to remove noise [Attached mat]

I tried using imfindcircle but it is not working properly
Respuestas (1)
Bjorn Gustavsson
el 23 de Mayo de 2022
0 votos
First start by trying standard filtering-methods. Compare what you get with 2-D median-filter (medfilt2), and Lee's sigma-filter (wiener2) and see how they perform. After doing that you can check different more advanced image-filters on the file-exchange, for example: bilateral filters, Nonlinear Diffusion filters, total variation filtering and on and on. But first use the basic tools then understand their use and the noise-characteristics in your image. Check the help and documentation to medfilt2 and wiener2.
HTH
3 comentarios
shubham kumar gupta
el 23 de Mayo de 2022
Bjorn Gustavsson
el 23 de Mayo de 2022
Yes they do, you might have to take further steps after that. Clearly your image have very peculiar non-uniform illumination that you'll also have to correct for.
shubham kumar gupta
el 23 de Mayo de 2022
Editada: shubham kumar gupta
el 23 de Mayo de 2022
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

