Matlab script code for Adaptive median fitering
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need a simple matlab script code for adaptive median filtering with no errors.I have tried many codes but failed to execute a single one.Also I don't know what is a mex file and how to convert the code into a mex file.
The code will have to able to process image of any size and remove the noise associated with it.
Any help will be highly appreciated.
Thank you.
6 Commenti
Risposte (2)
Image Analyst
il 31 Mar 2013
What kind of adaption is being done? I have one that removes salt and pepper noise if you want that. It is just straight MATLAB - no mex files needed.
5 Commenti
Image Analyst
il 17 Giu 2016
That's what the above attached m-file "salt_and_pepper_noise_removal.m" is!
Amar
il 31 Mar 2013
1 Commento
Image Analyst
il 31 Mar 2013
This is not an "answer" to your question, so it should have been a comment to my answer. I'll put my response there.
Vedere anche
Categorie
Scopri di più su Adaptive Filters in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!