Wavelet Image Denoising Whit Threshold

조회 수: 1 (최근 30일)
lech king
lech king 2020년 11월 26일
댓글: lech king 2020년 11월 26일
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
KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 11월 26일
Please attach sample image.
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