Python numpy 2D array sum over certain indices

前端 未结 0 1891
你的背包
你的背包 2021-01-18 10:21

There is a 2-d array like this:

img = [
  [[1, 2, 3], [4, 5, 6], [7, 8, 9]],
  [[2, 2, 2], [3, 2, 3], [6, 7, 6]],
  [[9, 8, 1], [9, 8, 3], [9, 8, 5]]
]


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