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 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!