Module nifti::volume::inmem

source ·
Expand description

Module holding an in-memory implementation of a NIfTI volume.

Structs

  • A data type for a NIFTI-1 volume contained in memory. Objects of this type contain raw image data, which is converted automatically when using reading methods or converting it to an ndarray (only with the ndarray_volumes feature).