找回密码
 注册
查看: 538|回复: 0

R语言 RnavGraph包 ng_image_array_gray()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:26:50 | 显示全部楼层 |阅读模式
ng_image_array_gray(RnavGraph)
ng_image_array_gray()所属R语言包:RnavGraph

                                         Convert a matrix or data.frame of image data into a NG_image object.
                                         转换的图像数据的一个矩阵或数据框成NG_image对象。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

NG_image objects are needed to plot images in the tk2d device.
NG_image对象需要绘制图像在tk2d装置的。

ng_image_array_gray imports gray scale images that are saved in a matrix structure, that is every row or column contains the pixel data of an image.
ng_image_array_gray进口灰度的矩阵结构,即每行或列中保存的图像中包含的图像的像素数据。

See the "alpha_letter", "digits", "faces", "frey" and "umist_faces" demos (demo(package="RnavGraph")) for examples.
请参阅“alpha_letter”,“数字”,“面孔”,“FREY”,并“umist_faces”的演示(demo(package="RnavGraph"))的例子。


用法----------Usage----------


ng_image_array_gray(name, imageData,
                    width, height,
                    img_in_row = TRUE, invert = FALSE,
                    rotate = 0)



参数----------Arguments----------

参数:name
Character string.  
字符的字符串。


参数:imageData
data.frame of matrix with image data. Image information must be stored as a gray scale value (0-255) within a single row or column.  
数据框与图像数据矩阵。图象信息必须被存储在一个单一的行或列中的一个灰度等级值(0-255)。


参数:width
Pixel width of image.  
图像的宽度的像素值。


参数:height
Pixel height of image.  
图像的像素高度。


参数:img_in_row
Logical. Single image stored in a row or column in imageData.  
逻辑。单张图像存储在一个行或列中imageData。


参数:invert
For invert=FALSE 0 = whit, for invert=TRUE 0=black.  
对于invert=FALSE0 =白衣,invert=TRUE0 =黑。


参数:rotate
Rotate the image: 0, 90, 180 or 270 degree.  
旋转图像:0,90,180度或270度。


值----------Value----------

NG_image object
NG_image对象


(作者)----------Author(s)----------



Adrian Waddell and R. Wayne oldford




参见----------See Also----------

navGraph, ng_image_files, ng_2d
navGraph,ng_image_files,ng_2d


实例----------Examples----------


Img <- matrix(c(0,0,0,255,255,255,
                0,0,0,255,255,255,
                0,0,0,255,255,255,
                255,255,255,0,0,0,
                255,255,255,0,0,0,
                255,255,255,0,0,0),
              byrow = TRUE, ncol=6)

ng.img <- ng_image_array_gray("Test",
                cbind(as.vector(Img),as.vector(Img)),6,6,FALSE)
ng.img

## See demos and vignette[#查看演示和Vignette]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 15:34 , Processed in 0.023450 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表