MriImageMetadata-class(tractor.base)
MriImageMetadata-class()所属R语言包:tractor.base
Class "MriImageMetadata"
类“MriImageMetadata”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class represents MRI image metadata. An object of this class contains various information about an image, such as its image and voxel dimensions, coordinate origin and storage data type. An object of type MriImage can be treated as a metadata object, since the latter is embedded in it.
这个类表示了MRI的图像元数据。这个类的对象中包含的各种信息,如图像,它的图像和体素尺寸,坐标原点和存储数据类型。一个目的类型MriImage可以视为元数据对象,因为后者是嵌入在它。
扩展----------Extends----------
Class "SerialisableObject", directly.
类"SerialisableObject",直接。
All reference classes extend and inherit methods from "envRefClass".
所有引用类的扩展和继承方法"envRefClass"。
字段----------Fields----------
imagedims: Object of class integer.
imagedims:对象的类integer。
voxdims: Object of class numeric.
voxdims:对象的类numeric。
voxunit: Object of class character.
voxunit:对象的类character。
source: Object of class character.
source:对象的类character。
datatype: Object of class list.
datatype:对象的类list。
origin: Object of class numeric.
origin:对象的类numeric。
storedXform: Object of class matrix.
storedXform:对象的类matrix。
tags: Object of class list.
tags:对象的类list。
基于类的方法----------Class-Based Methods----------
initialize(imagedims, voxdims, voxunit, source, datatype, origin, storedXform, tags, ...): Create a new object of this class.
initialize(imagedims, voxdims, voxunit, source, datatype, origin, storedXform, tags, ...):创建一个新对象,这个类。
summarise(): Retrieve information about this object. This method is usually only called implicitly by the "show" method.
summarise():检索有关该对象的信息。这种方法通常只称为隐式"show"方法。
getFieldOfView(): Retrieve the field of view along each dimension, i.e. the product of the image dimensions and voxel dimensions.
getFieldOfView():检索字段沿每个维度的观点,即该产品的图像的尺寸和体素尺寸。
getDimensions(): Retrieve an integer vector giving the dimensions of the image in voxels.
getDimensions():检索矢量给予体素中的图像的尺寸的一个整数。
getDimensionality(): Retrieve an integer vector of length 1 giving the number of dimensions in the image.
getDimensionality():检索提供在图像中的维数的矢量长度为1的一个整数。
getVoxelDimensions(): Retrieve a numeric vector giving the dimensions of the image voxels in spatial units, typically mm.
getVoxelDimensions():检索一个数值向量给空间单位,通常毫米的体素中的图像的尺寸。
getVoxelUnit(): Retrieve the spatial unit used by getVoxelDimensions(). The most common value is "mm". Can be the empty string if undefined.
getVoxelUnit():找回的空间单元使用getVoxelDimensions()。最常用的值是"mm"。可以是空字符串,如果不确定的。
getDataType(): Retrieve a list describing the storage data type of the image. See getDataTypeByNiftiCode for details.
getDataType():检索列表中描述的存储数据类型的图像。见getDataTypeByNiftiCode的详细信息。
getOrigin(): Retrieve the coordinate origin of the image.
getOrigin():检索图像的坐标原点。
getSource(): Retrieve a character vector of length 1 giving the source file for the image. Returns "internal" if the image was not read from a file.
getSource():检索字符向量的长度为1给出的源文件的图像。返回"internal"如果不是从文件中读取图像。
getStoredXformMatrix(): Retrieve the “xform” matrix stored with the image. If the image was created internally, the result will be NA.
getStoredXformMatrix()“:检索”XFORM“的矩阵存储的图像。如果图像是内部创建的,其结果将是NA。
getTags(): Retrieve any tags associated with the image, as a list of keys and values.
getTags():检索与图像关联的任何标签,键和值的列表。
getTag(key): Retrieve the value associated with the specified key. If the key is not present, NA will be returned.
getTag(key):检索与指定的键相关联的值。如果该键不存在,NA将被退回。
setSource(newSource): Set the source of the image.
setSource(newSource):设置的图像源。
isInternal(): TRUE if the image was generated by a function, rather than read from a file.
isInternal():TRUE如果图像是由函数生成的,而不是从文件中读取。
The following methods are inherited (from the corresponding class): serialise ("SerialisableObject"), methods ("SerialisableObject")
继承的方法如下(对应的类):连载(“SerialisableObject”),方法(“SerialisableObject”)
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
实例----------Examples----------
showClass("MriImageMetadata")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|