summary.imwd {wavethresh}R Documentation

Summary Methods for `imwd' and `imwdc' Object

Usage

summary.imwd(x)
summary.imwdc(x)

Arguments

x The image wavelet decomposition of class "imwd" or "imwdc", respectively. This is assumed to be the result of some image wavelet decomposition.

Details

The number of levels, the dimension of the original image, name of the filter and the type of boundary handling are printed.

RELEASE

Release 2.2 Copyright Guy Nason 1993

See Also

summary, imwd.object, imwdc.object.

Examples

example(imwd)
summary(imwdL)


[Package Contents]