plot.dwt.2d(waveslim)
plot.dwt.2d()所属R语言包:waveslim
Plot Two-dimensional Discrete Wavelet Transform
绘制二维离散小波变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Organizes the wavelet coefficients from a 2D DWT into a single matrix and plots it. The coarser resolutions are nested within the lower-lefthand corner of the image.
组织小波系数的二维DWT为一个矩阵和图。较粗的决议嵌套内的较低的左侧角点的图像。
用法----------Usage----------
plot(x, cex.axis = 1, plot = TRUE, ...)
参数----------Arguments----------
参数:x
input matrix (image)
输入矩阵(图像)
参数:cex.axis
par plotting parameter that controls the size of the axis text
par绘图轴线文本的大小的参数,该参数控制
参数:plot
if plot = FALSE then the matrix of wavelet coefficients is returned, the default is plot = TRUE
如果plot = FALSE然后返回的小波系数矩阵,默认的是plot = TRUE
参数:...
additional graphical parameters if necessary
如有必要,额外的图形参数
Details
详细信息----------Details----------
The wavelet coefficients from the DWT object (a list) are reorganized into a single matrix of the same dimension as the original image and the result is plotted.
来自DWT对象(一个列表)的小波系数被重组为一个单一的矩阵作为原始图像的相同的尺寸和绘制的结果。
值----------Value----------
Image plot.
图片的图。
(作者)----------Author(s)----------
B. Whitcher
参见----------See Also----------
dwt.2d.
dwt.2d。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|