It performs the 2-d inverse of (2,10) integer wavelet transform
y = invfour4m(a11,a12,d11,d12)
y = invfour4m(a11,a12,d11,d12,o)
A 2d-array or matrix representing the low-low component of an image decomposed using (2,10) integer wavelet transform.
A 2d-array or matrix representing the low-high component of an image decomposed using (2,10) integer wavelet transform.
A 2d-array or matrix representing the high-low component of an image decomposed using (2,10) integer wavelet transform.
A 2d-array or matrix representing the high-high component of an image decomposed using (2,10) integer wavelet transform.
A character constant 't' or 'c' specifying the types of filters used in the inverse transformation. By default, its value is 't'.
A 2-d array or matrix representing the reconstructed image.
It reconstucts an image from the given decomposed components using inverse (2,10) integer wavelet transform. It may take four or five parameters. The first four parameters corresponds to low-low, low-high, high-low, high-high components. The fifth parameter, if present, specifies the type of filters used for reconstruction. The size of the reconstucted image is double the size of any of the decomposed components.