ex01.py 95 B

123
  1. img =cv2.imread("gpu.bmp")
  2. img[100:500, :, 1:5][img[100:500:,:,1:5] >= 0] = 255
  3. plt.imshow(img)