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

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (0)

Categorie

Scopri di più su Denoising and Compression in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by