nifti.read.subregion.image(Rniftilib)
nifti.read.subregion.image()所属R语言包:Rniftilib
Read a subregion from a NIfTI image
NIfTI图像从一个次区域
译者:生物统计家园网 机器人LoveR
描述----------Description----------
EXPERIMENTAL (unstable interface!): Read a single arbitary subregion of any rectangular size from a NIfTI dataset.
实验(不稳定的接口!):读一个单一的倪仁兴次区域的任何矩形的大小从NIfTI数据集。
用法----------Usage----------
nifti.read.subregion.image(nim, start_index, region_size)
参数----------Arguments----------
参数:nim
the nifti object
nifti对象
参数:start_index
start_index the index location of the first voxel that will be returned
START_INDEX将要返回的第一个三维象素的索引位置
参数:region_size
region_size the size of the subregion to be returned
region_size将返回该次区域的大小
Details
详细信息----------Details----------
This function may be used to read a single arbitary subregion of any rectangular size from a nifti dataset, such as a small 5x5x5 subregion around the center of a 3D image.
此功能可以用于读取一个单一倪仁兴任何矩形大小从nifti数据集分区域,如一个小5x5x5分区域的3D图像的中心周围。
Example: given nim$dim = c(64, 64, 64) (3-D dataset)
例如:给定NIM $昏暗= C(64,64,64)(3-D数据集)
if start_index = c( 29, 29, 29) and region_size = c( 5, 5, 5) -> read 5x5x5 region starting with the first voxel location at (29,29,29)
如果START_INDEX = C(29,29,29)和region_size = C(5,5,5) - > 5x5x5区域的第一个体素的位置开始(29,29,29)
值----------Value----------
The subregion data in a vector.
该次区域中的数据向量。
(作者)----------Author(s)----------
Oliver Granert <o.granert <at> neurologie.uni-kiel.de>
参考文献----------References----------
http://niftilib.sourceforge.net
参见----------See Also----------
nifti.image.write, nifti.image.read
nifti.image.write,nifti.image.read
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|