Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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.

2 vues (au cours des 30 derniers jours)
Jacob Schoeb
Jacob Schoeb le 14 Fév 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
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.

Réponses (1)

Image Analyst
Image Analyst le 14 Fév 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.

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by