Whether or not you wish to print out informative messages
Value
A list with the following components:
tpwdA matrix with the same dimensions as the input image,
but containing the tensor product wavelet transform coefficients.
filter.numberThe filter number used
familyThe wavelet family used
typeThe type of transform used
bcThe boundary conditions used
dateWhen the transform occurred
Details
The transform works by first taking the regular 1D wavelet
transform across all columns in the image and storing these coefficients
line by line back into the image. Then to this new image we apply
the regular 1D wavelet transform across all rows in the image.
Hence, the top-left coefficient is the smoothed version both horizontally
and vertically. The left-most row contains the image smoothed horiztonally,
but then detail picked up amongst the horizontal smooths vertically.