Module nifti::volume::inmem[][src]

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

Structs

InMemNiftiVolume

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).