summary.imwdc | R Documentation |
Prints out the number of levels, the dimensions of the original image from which the object came, the type of wavelet filter associated with the decomposition, the type of boundary handling.
## S3 method for class 'imwdc'
summary(object, ...)
object |
The object to print a summary about |
... |
Other arguments |
Description says all
Nothing
G P Nason
imwd
, threshold.imwd
m <- matrix(rnorm(32*32),nrow=32)
mimwd <- imwd(m)
mimwdc <- threshold(mimwd)
summary(mimwdc)
#Compressed image wavelet decomposition structure
#Levels: 5
#Original image was 32 x 32 pixels.
#Filter was: Daub cmpct on least asymm N=10
#Boundary handling: periodic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.