Generating a sequence of intensities (R channel) using Numpy for image processing

前端 未结 0 1592
温柔的废话
温柔的废话 2020-12-04 22:06

I came across an exercise in image processing about Generating a sequence of intensities (R channel) with the following code

R = np.reshape(im[:,:,0],im.shape         


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