Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
I need help with separating two gray scale images. It is masked message but there is a static (randi) image on top of it or incorporated into its data. I need to remove the static and make it a clear message. The image is just one .bmp file.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I need help with separating two gray scale images. It is masked message but there is a static (randi) image on top of it or incorporated into its data. I need to remove the static and make it a clear message. The image is just one .bmp file. Thank you for any help or suggestions. I have tried filtering it out but it still has some static in it.
0 comentarios
Respuestas (1)
Image Analyst
el 14 de Feb. de 2017
You could try medfilt2() (median filtering), or a mean shift filter, or a salt and pepper noise filter, like the attached, or other more sophisticated things like a a sigma filter, a knn filter, non-local means, or BM3D. You may not be able to get rid of 100% of all noise.
You should look over this survey paper: https://users.soe.ucsc.edu/~milanfar/publications/journal/ModernTour_FinalSubmission.pdf A tour modern image filters by one of the leading researchers in the denoising area.
0 comentarios
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!