A class representing a vector-valued volumetric region of interest (ROI) in a brain image.
Slots
coordsA
matrixcontaining the 3D coordinates of the voxels within the ROI. Each row represents a voxel coordinate as (x, y, z)..DataA
matrixcontaining the data values associated with each voxel in the ROI. Each row corresponds to a unique vector value, and the number of rows should match the number of rows in thecoordsmatrix.