I have problem to calculate adjoint of haar wavelet transforme

1 次查看(过去 30 天)
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

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by