convertAffine(RNiftyReg)
convertAffine()所属R语言包:RNiftyReg
Convert an affine matrix between different storage conventions
转换仿射矩阵之间不同的存储公约
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Affine transformation matrices can be stored using a number of different conventions. This function converts between conventions.
仿射变换矩阵可以存储使用不同的公约数。此功能公约之间的转换。
用法----------Usage----------
convertAffine(affine, source, target, newType = c("niftyreg", "fsl"), currentType = NULL)
参数----------Arguments----------
参数:affine
A 4x4 matrix representing an affine transformation matrix.
一个4x4矩阵的仿射变换矩阵。
参数:source
A "nifti" object representing the source image for the transformation.
A"nifti"对象,表示源图像的改造。
参数:target
A "nifti" object representing the target image for the transformation.
A"nifti"对象,表示目标图像的改造。
参数:newType
The convention type to convert to. Currently valid values are "niftyreg" (which is believed to correspond to the convention used by the SPM software), and "fsl" (for FSL FLIRT).
该公约类型转换为。目前,有效的值是"niftyreg"(这被认为是对应于由SPM软件使用的约定),和"fsl"(FSL FLIRT)。
参数:currentType
The current type of the affine matrix, which can be either of the valid values for newType. If NULL, the code attempts to determine the current type from the affineType attribute of the matrix.
当前类型的仿射矩阵,它可以是的有效值newType。如果NULL,代码试图从affineType属性的矩阵来确定当前的类型。
Details
详细信息----------Details----------
The source and target images for the original transformation are required to find the corresponding “xform” matrices, which are needed to perform the conversion.
原始的变换的源和目标图像的需要找到相应的“XFORM”矩阵,这是需要来执行转换。
值----------Value----------
A copy of the affine object provided, converted to the requested storage convention.
的副本affine对象,转换成所要求的存储约定。
(作者)----------Author(s)----------
Jon Clayden <jon.clayden+rniftyreg@gmail.com>
参见----------See Also----------
readAffine, writeAffine
readAffine,writeAffine
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|