Wavelet transform in Image processing

조회 수: 7 (최근 30일)
Thomas N
Thomas N 2016년 2월 10일
답변: D.Jaisil Rose 2018년 3월 22일
We do Wavelet transform in image processing. The code below is one example.
[C,S] = wavedec2(X,2,'bior3.7');
In that decomposition, the filter 'bior3.7' is an array,
how to have a matrix of wavelet filter in 2D wavelet decomposition?
How can I have 'db1' 2D matrix filter for wavedec2?
Thanks.

답변 (1개)

D.Jaisil Rose
D.Jaisil Rose 2018년 3월 22일
Use dect2 [cA,cH,cV,cD] = dwt2(x,'db1','mode','sym');

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by