how many coefficients were retained after reconstruction (IDWT)? and how does the quality of reconstruction vary with respect to number of DWT coefficients?

1 回表示 (過去 30 日間)
I have used inbuilt 'wdencmp' function for image denoising and my image got denoised, but I want to know how many coefficients were retained after reconstruction (IDWT)?
dwtmode('sym');
[thr,sorh,keepapp]=ddencmp('den','wv',input);
imgden=wdencmp('gbl',input,'db7',7,thr,sorh,keepapp);
and how does the quality of reconstruction vary with respect to number of DWT coefficients?

回答 (0 件)

カテゴリ

Help Center および File ExchangeDenoising and Compression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by