A class representing an image kernel for image processing, such as convolution or filtering operations in brain images.
Slots
widthA
numericvalue representing the width of the kernel in voxels. The width is typically an odd number to maintain symmetry.weightsA
numericvector containing the weights associated with each voxel in the kernel.voxelsA
matrixcontaining the relative voxel coordinates of the kernel. Each row represents a voxel coordinate as (x, y, z).coordsA
matrixcontaining the relative real-world coordinates of the kernel, corresponding to the voxel coordinates.