imwd
.tpwd(image, filter.number = 10, family = "DaubLeAsymm", verbose = FALSE)
filter.select
image
,
but containing the tensor product wavelet transform coefficients.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.
Suggested by Rainer von Sachs.
imwd
,tpwr
data(lennon)
ltpwd <- tpwd(lennon)
image(log(abs(ltpwd$tpwd)), col=grey(seq(from=0, to=1, length=100)))
Run the code above in your browser using DataLab