Clear Filters
Clear Filters

I have problem to calculate adjoint of haar wavelet transforme

1 view (last 30 days)
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

Answers (0)

Categories

Find more on Discrete Multiresolution Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!