Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 3D 数组的大小是 (20, 33, 20)。我想做的是运行一个循环,例如,如果第一列(20)中有一个 0,那么循环将返回找到一个非零的数字,然后让循环前进到第 2 列 (33) 并执行相同的循环,第 3 行也执行相同的循环。
这就是我得到数组形状的方式。我想要做的是为每一列分配一个变量,这样我就可以编写循环
import nibabel as nib Example = nib.load("Example.nii") print Example.shape