imwd(image, filter.number=2,
bc = c("periodic", "symmetric"), verbose = getOption("verbose"))
filter.select
function and are the compactly supported
orthonormal wavelets as described in imwd
, a list containing the wavelet coefficients
(see imwd.object
).After each attack the dimension of the images is halved. After many attacks you will obtain four real numbers, one of which correspond to the image smoothed many times.
Exact details of the algorithm are to be found in Mallat 1989.
wd
, for background information;
imwr
for reconstruction, plot.imwd
,
draw.imwd
.# Do a decomposition of an image
#
data(lennon)
imwdL <- imwd(lennon)
# Look at the coefficients --> example(plot.imwd)
Run the code above in your browser using DataLab