Kernel-class | R Documentation |
A class representing an image kernel for image processing, such as convolution or filtering operations in brain images.
width
A numeric
value representing the width of the kernel in voxels. The width is typically an odd number to maintain symmetry.
weights
A numeric
vector containing the weights associated with each voxel in the kernel.
voxels
A matrix
containing the relative voxel coordinates of the kernel. Each row represents a voxel coordinate as (x, y, z).
coords
A matrix
containing the relative real-world coordinates of the kernel, corresponding to the voxel coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.