Represents a three-dimensional brain image backed by a dense array. This class
combines the spatial properties of NeuroVol with the data
storage capabilities of an array.
Construct a DenseNeuroVol instance
Arguments
- data
a three-dimensional
array- space
an instance of class
NeuroSpace- label
a
characterstring- indices
an optional 1-d index vector
Details
DenseNeuroVol objects are used for 3D brain images where most or all voxels contain meaningful data. They provide efficient access to individual voxel values and are suitable for operations that require frequent random access to voxel data.