Filter löschen
Filter löschen

I have problem to calculate adjoint of haar wavelet transforme

1 Ansicht (letzte 30 Tage)
A B
A B am 4 Mär. 2016
hello, I have problem to calculate adjoint of haar wavelet transforme, if I calculate haar wavelat give me M matrix, then I calculat det(M)*inv(M), it give me black image (with infinity values), the code matlab is
[cA11,cH11,cV11,cD11] = dwt2(AU,'haar');%AU original image wav1=[cA11,cH11;cV11,cD11]; adjwav1=det(wav1)*inv(wav1);%%adjwav1 is black image.
help me please

Antworten (0)

Kategorien

Mehr zu Discrete Multiresolution Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by