simple itk is not behaving as expected while flip using affine transform

后端 未结 0 761
-上瘾入骨i
-上瘾入骨i 2021-02-08 09:49

I want to flip a volume using simpleitk.

vol = np.arange(1, 25).reshape((4, 6))
print(vol)
vol = sitk.GetImageFromArray(vol)

Result:



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