A class representing a volumetric region of interest (ROI) in a brain image, defined by a set of coordinates and associated data values.
Slots
coordsA
matrixcontaining the 3D coordinates of the voxels within the ROI. Each row represents a voxel coordinate as (x, y, z)..DataA
numericvector containing the data values associated with each voxel in the ROI. The length of this vector should match the number of rows in thecoordsmatrix.