How to seperate LL subband in dwt
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am working on simple dwt2 command. I have shown the LL, LH, HL, HH subband in the figure. Now I need to work on LL subband. So how can I seperate LL out for its further processing
0 Commenti
Risposte (1)
B.k Sumedha
il 29 Mag 2015
[LL,LH,HL,HH] = dwt2(X,'db1'); % x is input image
figure;imshow(LL); % shows LL subband
0 Commenti
Vedere anche
Categorie
Scopri di più su Discrete Multiresolution Analysis 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!