Plot list of images with RGB values in numpy arrays

前端 未结 0 1088
不知归路
不知归路 2021-01-26 22:41

I have a list of numpy arrays that are RGB values of 3 images, as below:

array([[ 38,  45,  48],
   [ 38,  45,  48],
   [ 38,  45,  48],
   ...,
   [134, 125, 101         


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