Learn R Programming

wavethresh (version 4.6.9)

summary.imwd: Print out some basic information associated with an imwd object

Description

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.

Usage

# S3 method for imwd
summary(object, …)

Arguments

object

The object to print a summary about

Other arguments

Value

Nothing

Details

Description says all

See Also

imwd, threshold.imwd

Examples

Run this code
# NOT RUN {
m <- matrix(rnorm(32*32),nrow=32)
mimwd <- imwd(m)
summary(mimwd)
#UNcompressed 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 
# }

Run the code above in your browser using DataLab