summary.imwdc(wavethresh)
summary.imwdc()所属R语言包:wavethresh
Print out some basic information associated with an imwdc object
打印出一些相关的基本信息与一个imwdc的对象
译者:生物统计家园网 机器人LoveR
描述----------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 class 'imwdc':
summary(object, ...)
参数----------Arguments----------
参数:object
The object to print a summary about
打印对象的概要信息
参数:...
Other arguments
其他参数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
Nothing
无
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
imwd, threshold.imwd
imwd,threshold.imwd
实例----------Examples----------
m <- matrix(rnorm(32*32),nrow=32)
mimwd <- imwd(m)
mimwdc <- threshold(mimwd)
summary(mimwdc)
#Compressed image wavelet decomposition structure[压缩图像的小波分解结构]
#Levels: 5 [级别:5]
#Original image was 32 x 32 pixels.[原始图像是32 x 32像素。]
#Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]
#Boundary handling: periodic [边界处理:定期]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|