A class representing a region of interest (ROI) in a brain image, defined by a set of coordinates. This class stores the geometric space of the image and the coordinates of the voxels within the ROI.
Slots
spaceAn instance of class
NeuroSpacerepresenting the geometric space of the image data.coordsA
matrixcontaining the coordinates of the voxels within the ROI. Each row represents a coordinate as, e.g. (i, j, k).