Numpy - how to get indices by where when first occurrence of a multiple dimension array

后端 未结 0 1296
不思量自难忘°
不思量自难忘° 2021-01-26 16:31

There are there image arrays like this:

image1 = np.array([
    [
      # [R  G  B]
      #  |  |  |
        [1, 2, 3], [11, 22, 55], [12, 45, 56]
    ],
    [
           


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