Wavelet Image Denoising Whit Threshold

Hello
I want to do de-noise image using commands wdenoise2 and helperCompare2DDenoisingDTCWT.
Is it possible for me to do the de-noise method using Threshold ??
Thanks for your help

2 commentaires

KALYAN ACHARJYA
KALYAN ACHARJYA le 26 Nov 2020
Please attach sample image.
lech king
lech king le 26 Nov 2020
pic=imread('lena.jpg');
pic1=rgb2gray(pic);
pic2 = imnoise(pic1,'salt & pepper',0.02);

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Denoising and Compression dans Centre d'aide et File Exchange

Produits

Version

R2020b

Question posée :

le 26 Nov 2020

Commenté :

le 26 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by