How to seperate LL subband in dwt

1 Ansicht (letzte 30 Tage)
Beginner in
Beginner in am 29 Mai 2015
Beantwortet: B.k Sumedha am 29 Mai 2015
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

Antworten (1)

B.k Sumedha
B.k Sumedha am 29 Mai 2015
[LL,LH,HL,HH] = dwt2(X,'db1'); % x is input image
figure;imshow(LL); % shows LL subband

Kategorien

Mehr zu Discrete Multiresolution Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by