필터 지우기
필터 지우기

How to seperate LL subband in dwt

조회 수: 1 (최근 30일)
Beginner in
Beginner in 2015년 5월 29일
답변: B.k Sumedha 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