Two-dimensional wavelet packet coefficients |
get_detail2d(M,l,ds) Returns the result of extracting the subband indicated by the string ds of wavelet packet coefficients at level l from the 2-dimensional wavelet packet transform M.
get_smooth2d(M,l) Returns the result of extracting the (0,0)th subband of wavelet packet coefficients at level l from the 2-dimensional wavelet packet transform M.
put_detail2d(M,l,N,ds) Returns the result of inserting the matrix N into the subband indicated by the string ds of wavelet packet coefficients at level l of the 2-dimensional wavelet packet transform M.
put_smooth2d(M,l,N) Returns the result of inserting the matrix N into the index-(0,0) subband of wavelet packet coefficients at level l of the 2-dimensional wavelet packet transform M.
get_detail2d(w,l,"H") = get_subband2d(w,l,1,0)
get_detail2d(w,l,"V") = get_subband2d(w,l,0,1)
get_detail2d(w,l,"D") = get_subband2d(w,l,1,1)
put_detail2d(w,l,N,"H") = put_subband2d(w,l,1,0,N)
put_detail2d(w,l,N,"V") = put_subband2d(w,l,0,1,N)
put_detail2d(w,l,N,"D") = put_subband2d(w,l,1,1,N)