how can i got best denoisy image and which modifications are needed? (you can take any grayimage for testing)
Mostra commenti meno recenti
i added noise using n=0+40*randn(size(grayimage)) in grayimage(noisy=grayimage+n). then i have removed noise using medfilt2(noisy, [3 3]); but i have not got best result, so how can i got best denoisy image and which modifications are needed? (you can take any grayimage for testing)
[medfilt2(noisy, [3 3]) works well for salt & pepper noise.]
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Acquisition Toolbox Supported Hardware in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!