Trying to replace part of array to another array, get error ValueError: assignment destination is read-only

后端 未结 0 1764
失恋的感觉
失恋的感觉 2020-12-02 19:01

I have two arrays with pixels, I need to replace the first part of array \'pixels_new\', to array \'pixels_old\'

pixels_old = numpy.asarray(im) #picture 100X1         


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