필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to compress wavelet transform

조회 수: 2 (최근 30일)
Kobi
Kobi 2019년 4월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
when i preform a FFT2 (of an image) it is simple to compress it by ignoring the edges and then to reconstruct using ifft.
but how can i do the same using wavelet transform?
when i preform a wavelet transform of a 2D image i get 4 different matrices (approximation, vertical, horizontal and diagonal details).
and by using:
[C,S]=wavedec2(I,level,wname);
simply provides me with a long vector C of the matrices above.
i found this:
[I_c]=wdencmp('lvd',C,S,wname,level,thr,sorh);
it suppose to compress the wavelet transform up to a cetrain threshold 'thr', but i can't figure out how to set the 'thr' parameter according to the ammount of coefficients that ware compressed.
is there any other way?

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by