neighbourhoodInfo(tractor.base)
neighbourhoodInfo()所属R语言包:tractor.base
Class representing a cuboidal neighbourhood in an image
图像中的一个立方附近的类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class represents a cuboidal region of an image, with a centre and a fixed voxel width.
这个类表示一个立方的图像区域,与中心一个固定体素宽度。
用法----------Usage----------
createNeighbourhoodInfo(width, dim = 3, centre = rep(0, dim))
参数----------Arguments----------
参数:width
An integer voxel width. Must be odd.
一个整体素的宽度。必须是奇数。
参数:dim
An integer giving the dimensionality of the neighbourhood. Currently must be 3.
一个整数,附近的维数。目前必须是3。
参数:centre
A numeric vector giving the centre voxel of the neighbourhood. Must have exactly dim elements.
附近的中心体素的一个数值向量。必须有完全dim元素。
值----------Value----------
createNeighbourhoodInfo returns a list with class "neighbourhoodInfo" and elements
createNeighbourhoodInfo返回一个列表类"neighbourhoodInfo"和元素
参数:width
Copied from the width argument.
复制的从width论点。
参数:dim
Copied from the dim argument.
复制的从dim论点。
参数:centre
Copied from the centre argument.
复制的从centre论点。
参数:vectors
dim x width^dim matrix whose columns give the locations of each point in the neighbourhood.
dimXwidth^dim矩阵的列给每一个点的位置附近。
参数:innerProducts
A square, symmetric matrix of inner products between every location in the neighbourhood and every other.
一个正方形,对称矩阵的每个位置都在附近,每间内的产品。
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|