定常ウェーブレット変換の水平係数だけで入力画像を再構築しようとしています。
[A,H,V,D ] = swt2(x,1,'sym4');
A = 0; V = 0; D = 0; %i am setting other co-efficents to zero since i am only intersted in the values of H %
Y = iswt2(A,H,V,D,'sym4') ; %this gives the following error below%
Error in
iswt2/reconsLOC
(line 153)ca(sR,sC)
,ch(sR,sC,k)
,cv(sR,sC,k)
,cd(sR,sC,k)
…
Error iniswt2
(line 122)a = reconsLOC(a,h,v,d);
どうすればこれを解決できますか?