Matlab script code for Adaptive median fitering
9 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
Image Analyst
2013-3-31
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 个评论
Amar
2013-3-31
1 个评论
Image Analyst
2013-3-31
This is not an "answer" to your question, so it should have been a comment to my answer. I'll put my response there.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Adaptive Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!