import nifti to numpy

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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