How to seperate LL subband in dwt

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

Respuestas (1)

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

Categorías

Más información sobre Discrete Multiresolution Analysis en Centro de ayuda y File Exchange.

Preguntada:

el 29 de Mayo de 2015

Respondida:

el 29 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by