Module nifti::volume [] [src]

This module defines the voxel volume API, as well as data types for reading volumes from files. An integration with ndarray allows for more elegant and efficient approaches, and should be preferred when possible. In order to do so, you must add the ndarray_volumes feature to this crate.

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 (with the ndarray_volumes feature).

Traits

NiftiVolume

Public API for NIFTI volume data, exposed as a multi-dimensional voxel array.