Borrar filtros
Borrar filtros

IDWT

2 visualizaciones (últimos 30 días)
kush
kush el 23 de Mzo. de 2012
i am facing a problem that after doing dwt2 on image say X if i do idwt2 with same cA cH cV cD output doesnt come same will u plz help

Respuesta aceptada

Wayne King
Wayne King el 23 de Mzo. de 2012
What do you mean by not the same?
load woman;
dwtmode('per');
[A,H,V,D] = dwt2(X,'db2');
Xrec = idwt2(A,H,V,D,'db2');
Y = Xrec-X;
max(Y(:))
This is on the order of 10^(-10) for the maximum difference between the two images. That is the same.
Are you changing the coefficients before you perform the inverse DWT?

Más respuestas (0)

Categorías

Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by