重塑3D矩阵

时间:2017-07-20 21:51:46

标签: python-2.7

我是Python新手。如何将356x356x356图像重塑为3xN? 下面的代码没有用:

a = np.reshape(数据,(1,356 * 356 * 356),'F')
   b = np.reshape(b,(3,15039338),'F')

由于

0 个答案:

没有答案