How to seperate LL subband in dwt
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
B.k Sumedha
on 29 May 2015
[LL,LH,HL,HH] = dwt2(X,'db1'); % x is input image
figure;imshow(LL); % shows LL subband
0 Comments
See Also
Categories
Find more on Discrete Multiresolution Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!