.nii数据读取并转化为numpy array

import nibabel as nib
import numpy as np


data = np.asarray( nib.load(Path).get_fdata() )

 

你可能感兴趣的:(文件解压读取存储)