reconstruct the decomposed image

I am applying Wavelet decomposition of 4 Level but ![enter image description here][1]while reconstructing the same RGB image its coming in 3 parts. code is as below
fullRecon = cAA{nLevel};
for iLevel = nLevel:-1:1,
fullRecon = idwt2(fullRecon,cHH{iLevel},cVV{iLevel},cDD{iLevel},'db1');
end
figure, imshow(uint8(fullRecon)),title('Full Recont Image');

답변 (0개)

카테고리

도움말 센터File Exchange에서 Denoising and Compression에 대해 자세히 알아보기

질문:

2015년 3월 30일

편집:

2015년 3월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by