reconstruct the decomposed image

3 visualizaciones (últimos 30 días)
nikil sharma
nikil sharma el 30 de Mzo. de 2015
Editada: Guillaume el 30 de Mzo. de 2015
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');

Respuestas (0)

Categorías

Más información sobre Denoising and Compression en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by