필터 지우기
필터 지우기

I have problem to calculate adjoint of haar wavelet transforme

조회 수: 1 (최근 30일)
A B
A B 2016년 3월 4일
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