Wavelet transform in Image processing

1 Ansicht (letzte 30 Tage)
Thomas N
Thomas N am 10 Feb. 2016
Beantwortet: D.Jaisil Rose am 22 Mär. 2018
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.

Antworten (1)

D.Jaisil Rose
D.Jaisil Rose am 22 Mär. 2018
Use dect2 [cA,cH,cV,cD] = dwt2(x,'db1','mode','sym');

Kategorien

Mehr zu Wavelet Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by