import nifti to numpy

Solutions on MaxInterview for import nifti to numpy by the best coders in the world

showing results for - "import nifti to numpy"
Vincenzo
30 Feb 2016
1import nibabel as nib
2image = nib.load("path_to_data/pick_an_image_filename.nii.gz")
3image_data = image.get_fdata()
similar questions
queries leading to this page
import nifti to numpy