Main Content
wrcoef2
Reconstruct single branch from 2-D wavelet coefficients
Description
wrcoef2
is a two-dimensional wavelet analysis function.
wrcoef2
reconstructs the coefficients of an image.
returns the matrix of reconstructed coefficients of type x
= wrcoef2(type
,c
,s
,wname
)type
based
on the wavelet decomposition structure [c,s]
of an image (see
wavedec2
for more information) using
the wavelet specified by wname
. The coefficients at the maximum
decomposition level are reconstructed. The size of x
is equal to
the size of the original image.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a