Wavelet transform in Image processing
    7 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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.
0 件のコメント
回答 (1 件)
参考
カテゴリ
				Help Center および File Exchange で Continuous Wavelet Transforms についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
