How to seperate LL subband in dwt

1 次查看(过去 30 天)
Beginner in
Beginner in 2015-5-29
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by