Wavelet Image Denoising Whit Threshold

1 次查看(过去 30 天)
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 个评论
lech king
lech king 2020-11-26
pic=imread('lena.jpg');
pic1=rgb2gray(pic);
pic2 = imnoise(pic1,'salt & pepper',0.02);

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Denoising and Compression 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by