Reshape changes the range of scipy.ndimage.rotate

后端 未结 0 1706

import scipy.ndimage as snd

np.max(snd.rotate(roi_old, Rotangle)) Out[166]: 1.642610287502076

np.max(snd.rotate(roi_old, Rotangle,reshape=False)) Out[167]: 1.6

相关标签:
回答
  • 消灭零回复
提交回复
热议问题