Plotting 3D brain image Python

自古美人都是妖i 提交于 2021-02-11 12:28:43

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!