问题
I have a data set of brain which is in .nii.gz format to work on neural network
I used nilearn package to read the file and get the image data.
The shape of the image is (256, 256, 150)
I can plot the 2D image from slicing the image using Matplotlib but,
How can I plot the image in 3D using Python
Thanks
来源:https://stackoverflow.com/questions/62256355/plotting-3d-brain-image-python